@ptkl/sdk - v1.12.0
Preparing search index...
v0.10/types/kortex
Message
Type Alias Message
type
Message
=
{
agent_uuid
?:
string
;
content
:
string
;
conversation_uuid
:
string
;
created_at
:
string
;
project_uuid
:
string
;
rag_sources
?:
RAGSource
[]
;
role
:
string
;
token_usage
:
TokenUsage
;
tool_call_id
?:
string
;
tool_calls
?:
ToolCall
[]
;
uuid
:
string
;
}
Index
Properties
agent_
uuid?
content
conversation_
uuid
created_
at
project_
uuid
rag_
sources?
role
token_
usage
tool_
call_
id?
tool_
calls?
uuid
Properties
Optional
agent_
uuid
agent_uuid
?:
string
content
content
:
string
conversation_
uuid
conversation_uuid
:
string
created_
at
created_at
:
string
project_
uuid
project_uuid
:
string
Optional
rag_
sources
rag_sources
?:
RAGSource
[]
role
role
:
string
token_
usage
token_usage
:
TokenUsage
Optional
tool_
call_
id
tool_call_id
?:
string
Optional
tool_
calls
tool_calls
?:
ToolCall
[]
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent_
uuid
content
conversation_
uuid
created_
at
project_
uuid
rag_
sources
role
token_
usage
tool_
call_
id
tool_
calls
uuid
@ptkl/sdk - v1.12.0
Loading...