WebSearchPreviewToolName | Description |
---|---|
llm_config | Type: LLMConfig | dict[str, typing.Any] |
search_context_size | Type: Literal[‘low’, ‘medium’, ‘high’] Default: ‘medium’ |
user_location | Type: dict[str, str] | None Default: None |
instructions | Type: str | None Default: None |
text_format | Type: Type[pydantic.main.BaseModel] | 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 |