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