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