🔄 Big News! bazed.ai is now sagentic.ai. Same vision, new name!

Skip to content

@sagentic-ai/sagentic-af / Message

Message ​

Message sent in a conversation

Properties ​

content ​

ts
content: null | string | ContentPart[];

Source ​

src/thread.ts:37


role ​

ts
role: MessageRole;

Source ​

src/thread.ts:36


tool_call_id? ​

ts
optional tool_call_id: string;

Source ​

src/thread.ts:39


tool_calls? ​

ts
optional tool_calls: ToolCall[];

Source ​

src/thread.ts:38