ChatCompletionsRequest
Indexable
Section titled “Indexable”[key: string]: unknownProperties
Section titled “Properties”optional call?: object;| Name | Type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
customer?
Section titled “customer?”optional customer?: unknown;elevenlabs_extra_body?
Section titled “elevenlabs_extra_body?”optional elevenlabs_extra_body?: object;Index Signature
Section titled “Index Signature”[key: string]: unknown| Name | Type |
|---|---|
|
|
|
max_tokens?
Section titled “max_tokens?”optional max_tokens?: number;messages
Section titled “messages”messages: OpenAIChatMessage[];metadata?
Section titled “metadata?”optional metadata?: object;Index Signature
Section titled “Index Signature”[key: string]: unknown| Name | Type |
|---|---|
|
|
|
|
|
|
|
|
|
model?
Section titled “model?”optional model?: string;phoneNumber?
Section titled “phoneNumber?”optional phoneNumber?: unknown;stream?
Section titled “stream?”optional stream?: boolean;stream_options?
Section titled “stream_options?”optional stream_options?: object;| Name | Type |
|---|---|
|
|
|
temperature?
Section titled “temperature?”optional temperature?: number;tool_choice?
Section titled “tool_choice?”optional tool_choice?: | "auto" | "none" | { function: { name: string; }; type: "function";};tools?
Section titled “tools?”optional tools?: object[];| Name | Type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
optional user?: string;