Preparing search index...
The search index is not available
@sogni-ai/sogni-client
@sogni-ai/sogni-client
ChatMessage
Interface ChatMessage
interface
ChatMessage
{
content
:
null
|
string
;
name
?:
string
;
role
:
"system"
|
"user"
|
"assistant"
|
"tool"
;
tool_call_id
?:
string
;
tool_calls
?:
ToolCall
[]
;
}
Index
Properties
content
name?
role
tool_
call_
id?
tool_
calls?
Properties
content
content
:
null
|
string
Optional
name
name
?:
string
role
role
:
"system"
|
"user"
|
"assistant"
|
"tool"
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
name
role
tool_
call_
id
tool_
calls
@sogni-ai/sogni-client
Loading...