Mayson Monorepo Documentation
Preparing search index...
packages/types/src
AIMessageWithTools
Type Alias AIMessageWithTools
AIMessageWithTools
:
|
AIMessage
|
{
role
:
"assistant"
;
content
:
string
|
null
;
tool_calls
?:
AIToolCall
[]
}
|
AIToolResultMessage
Extended message type that includes tool calls and results
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Mayson Monorepo Documentation
Loading...
Extended message type that includes tool calls and results