ToolName | Description |
---|---|
name | Type: str | None Default: None |
description | Type: str | None Default: None |
func_or_tool | Type: ForwardRef(‘Tool’) | Callable[…, Any] |
parameters_json_schema | Type: dict[str, typing.Any] | None Default: None |
Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |
Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |
register_for_llm
and register_for_execution
with the same agent.Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |