OPENAPI / COMPONENTS / SCHEMAS

Chat Session Resource 数据结构

ChatSessionResource

OpenAI API 合约中的 Chat Session Resource 结构定义。

object10字段
chatkit_configurationChatSessionChatkitConfiguration必填

OpenAI API 合约中的 chatkit configuration 值。

client_secretstring必填

OpenAI API 合约中的 client secret 值。

expires_atinteger必填

OpenAI API 合约中的 expires at 值。

idstring必填

OpenAI API 合约中的 id 值。

max_requests_per_1_minuteinteger必填

OpenAI API 合约中的 max requests per 1 minute 值。

objectstring必填

OpenAI API 合约中的 object 值。

rate_limitsChatSessionRateLimits必填

OpenAI API 合约中的 rate limits 值。

statusChatSessionStatus必填

OpenAI API 合约中的 status 值。

userstring必填

OpenAI API 合约中的 user 值。

workflowChatkitWorkflow必填

OpenAI API 合约中的 workflow 值。