Skip to content

Home > llm-ops > ChatSchema

ChatSchema interface

聊天参数接口

Signature:

typescript
export interface ChatSchema
export interface ChatSchema

Properties

PropertyModifiersTypeDescription
function_call?function_callType(Optional)
functions?functionsType(Optional)
messagesmessagesType消息数组

Released under the MIT License.