LLMChatMessage
Interface: LLMChatMessage
Defined in: CodeBolt/packages/clientsdk/src/types/llm.ts:40
LLM chat message
Properties
| Property | Type | Defined in |
|---|---|---|
content | string | Record<string, unknown>[] | CodeBolt/packages/clientsdk/src/types/llm.ts:42 |
name? | string | CodeBolt/packages/clientsdk/src/types/llm.ts:43 |
role | "user" | "system" | "assistant" | "tool" | CodeBolt/packages/clientsdk/src/types/llm.ts:41 |
toolCallId? | string | CodeBolt/packages/clientsdk/src/types/llm.ts:44 |