Interface: PluginToolCallFormatterInput
Makaio Framework / contracts/extension / PluginToolCallFormatterInput
Interface: PluginToolCallFormatterInput
Section titled “Interface: PluginToolCallFormatterInput”Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:38
Input shape passed to a formatter’s format function.
Properties
Section titled “Properties”args:
Record<string,unknown>
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:42
Arguments passed to the tool.
output?
Section titled “output?”
optionaloutput?:string
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:46
Output from the tool when the call has completed.
status
Section titled “status”status:
"error"|"completed"|"running"|"pending"
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:44
Current status of the tool call.
toolName
Section titled “toolName”toolName:
string
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:40
Name of the tool being called.