Interface: PluginFormattedToolCallOutput
Makaio Framework / contracts/extension / PluginFormattedToolCallOutput
Interface: PluginFormattedToolCallOutput
Section titled “Interface: PluginFormattedToolCallOutput”Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:28
Output from a tool call formatter (package-side declaration).
All fields are optional — formatters can override any subset.
Properties
Section titled “Properties”content?
Section titled “content?”
optionalcontent?:PluginTransformedContent
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:32
Replaces the Arguments section.
label?
Section titled “label?”
optionallabel?:string
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:30
Replaces the tool name in the block header.
outputContent?
Section titled “outputContent?”
optionaloutputContent?:PluginTransformedContent
Defined in: ../../../packages/contracts/src/extension/contributions/tool-formatter-types.ts:34
Replaces the Output section rendering.