Home > llm-ops > ChatSchema
ChatSchema interface
聊天参数接口
Signature:
typescript
export interface ChatSchemaexport interface ChatSchemaProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| function_call? | function_callType | (Optional) | |
| functions? | functionsType | (Optional) | |
| messages | messagesType | 消息数组 |