content | | string | { text: string; type: string; }[] | Content of the message | packages/agent/src/unified/types/libTypes.ts:71 |
name? | string | Name for tool messages | packages/agent/src/unified/types/libTypes.ts:84 |
role | "assistant" | "user" | "tool" | "system" | Role of the message sender | packages/agent/src/unified/types/libTypes.ts:69 |
tool_call_id? | string | Tool call ID for tool messages | packages/agent/src/unified/types/libTypes.ts:73 |
tool_calls? | { function: { arguments: string; name: string; }; id: string; type: "function"; }[] | Tool calls for assistant messages | packages/agent/src/unified/types/libTypes.ts:75 |