@hbbio/nanoagent
Preparing search index...
ToolMessage
Interface ToolMessage
Response generated by a tool handler.
interface
ToolMessage
{
content
:
Content
;
role
:
"tool"
;
tool_call_id
:
string
;
}
Hierarchy
BaseMessage
<
"tool"
>
ToolMessage
Index
Properties
content
role
tool_
call_
id
Properties
content
content
:
Content
role
role
:
"tool"
tool_
call_
id
tool_call_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
role
tool_
call_
id
@hbbio/nanoagent
Loading...
Response generated by a tool handler.