Record
call-tool-request
Call tool request
record call-tool-request {
name: string,
arguments: option<json>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Tool name to invoke |
| arguments | option<json> | JSON-encoded tool arguments |
Call tool request
record call-tool-request {
name: string,
arguments: option<json>,
}| Name | Type | Description |
|---|---|---|
| name | string | Tool name to invoke |
| arguments | option<json> | JSON-encoded tool arguments |