Skip to content

Interface: PluginToolCallFormatterInput

Makaio Framework


Makaio Framework / contracts/extension / PluginToolCallFormatterInput

Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:38

Input shape passed to a formatter’s format function.

args: Record<string, unknown>

Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:42

Arguments passed to the tool.


optional output?: string

Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:46

Output from the tool when the call has completed.


status: "error" | "completed" | "running" | "pending"

Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:44

Current status of the tool call.


toolName: string

Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:40

Name of the tool being called.