Mayson Monorepo Documentation
Preparing search index...
packages/types/src
AIToolResultMessage
Interface AIToolResultMessage
Tool result message for continuing conversation
interface
AIToolResultMessage
{
role
:
"tool"
;
tool_call_id
:
string
;
content
:
string
;
}
Index
Properties
role
tool_
call_
id
content
Properties
role
role
:
"tool"
tool_
call_
id
tool_call_id
:
string
content
content
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
role
tool_
call_
id
content
Mayson Monorepo Documentation
Loading...
Tool result message for continuing conversation