Home > llm-ops > createMessageSchema
createMessageSchema interface
Signature:
typescript
export interface createMessageSchemaexport interface createMessageSchemaProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| content | string | ||
| contentSlots? | Record<string, any> | (Optional) | |
| function_call? | messageFunctionCallType | (Optional) | |
| name? | string | (Optional) | |
| role? | "system" | "user" | "assistant" | "function" | (Optional) |