OPENAPI / COMPONENTS / SCHEMAS
Create Thread And Run Request 数据结构
CreateThreadAndRunRequestOpenAI API 合约中的 Create Thread And Run Request 结构定义。
object16字段
assistant_idstring必填OpenAI API 合约中的 assistant id 值。
instructionsstringOpenAI API 合约中的 instructions 值。
max_completion_tokensintegerOpenAI API 合约中的 max completion tokens 值。
max_prompt_tokensintegerOpenAI API 合约中的 max prompt tokens 值。
metadataMetadataOpenAI API 合约中的 metadata 值。
modelstringOpenAI API 合约中的 model 值。
parallel_tool_callsParallelToolCallsOpenAI API 合约中的 parallel tool calls 值。
response_formatAssistantsApiResponseFormatOptionOpenAI API 合约中的 response format 值。
streambooleanOpenAI API 合约中的 stream 值。
temperaturenumberOpenAI API 合约中的 temperature 值。
threadCreateThreadRequestOpenAI API 合约中的 thread 值。
tool_choicestringOpenAI API 合约中的 tool choice 值。
tool_resourcesobjectOpenAI API 合约中的 tool resources 值。
toolsarrayOpenAI API 合约中的 tools 值。
top_pnumberOpenAI API 合约中的 top p 值。
truncation_strategystringOpenAI API 合约中的 truncation strategy 值。