Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
llm
ToolResultContentBlock
Interface ToolResultContentBlock
The result of a tool invocation, as it is sent back to the model.
interface
ToolResultContentBlock
{
content
:
readonly
ContentBlock
[]
;
isError
?:
boolean
;
kind
:
"tool_result"
;
toolCallId
:
ToolCallId
;
}
Index
Properties
content
is
Error?
kind
tool
Call
Id
Properties
Readonly
content
content
:
readonly
ContentBlock
[]
Optional
Readonly
is
Error
isError
?:
boolean
Readonly
kind
kind
:
"tool_result"
Readonly
tool
Call
Id
toolCallId
:
ToolCallId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
is
Error
kind
tool
Call
Id
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
The result of a tool invocation, as it is sent back to the model.