@sagentic-ai/sagentic-af / Message
Message ​
Message sent in a conversation
Properties ​
content ​
ts
content: null | string | ContentPart[];
Source ​
role ​
ts
role: MessageRole;
Source ​
tool_call_id? ​
ts
optional tool_call_id: string;
Source ​
tool_calls? ​
ts
optional tool_calls: ToolCall[];