Tool
Tool like remote MCP servers or web search to extend the model's capabilities
Operations
New
Constructor
New(vector_store_ids:Vector<String>)Parameters
| Name | Type | Description |
|---|---|---|
| vector_store_ids | Vector<String> | list of vector store IDs |
New
Constructor
New(func_name:String, func_desc:String, func_params:ParameterType)Parameters
| Name | Type | Description |
|---|---|---|
| func_name | String | function name |
| func_desc | String | function description |
| func_params | ParameterType | function parameters |
New
Constructor
New(server_label:String, server_url:Url)Parameters
| Name | Type | Description |
|---|---|---|
| server_label | String | server label |
| server_url | Url | server URL |