KnowledgeBaseMcpServerActivityArguments interface
Represents the arguments the MCP server retrieval activity was run with.
Properties
| tool |
The arguments passed to the MCP server tool. |
| tool |
The name of the MCP server tool used for the retrieval activity. |
Property Details
toolArguments
The arguments passed to the MCP server tool.
toolArguments?: Record<string, any>
Property Value
Record<string, any>
toolName
The name of the MCP server tool used for the retrieval activity.
toolName?: string
Property Value
string