openbrain.tools.tool_do_nothing

Functions

on_tool_error([agent_config, agent_input])

on_tool_start(agent_config, input_str, **kwargs)

Function to run during callback handler's on_llm_start event.

Classes

DoNothingAdapter(*[, input])

The schema for the tool's input.

DoNothingTool(*, name, description, ...)

OBToolDoNothing([context])