ADK TypeScript Documentation - v0.0.4
GitHub
NPM
Preparing search index...
Message
Interface Message
Represents a message in the conversation
interface
Message
{
content
:
MessageContent
;
function_call
?:
{
arguments
:
string
;
name
:
string
}
;
name
?:
string
;
role
:
MessageRole
;
tool_call_id
?:
string
;
tool_calls
?:
ToolCall
[]
;
}
Index
Properties
content
function_
call?
name?
role
tool_
call_
id?
tool_
calls?
Properties
content
content
:
MessageContent
Optional
function_
call
function_call
?:
{
arguments
:
string
;
name
:
string
}
Optional
name
name
?:
string
role
role
:
MessageRole
Optional
tool_
call_
id
tool_call_id
?:
string
Optional
tool_
calls
tool_calls
?:
ToolCall
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
function_
call
name
role
tool_
call_
id
tool_
calls
GitHub
NPM
ADK TypeScript Documentation - v0.0.4
Loading...
Represents a message in the conversation