Preparing search index...
The search index is not available
@coderabbitai/openai-chat-tokens
@coderabbitai/openai-chat-tokens
Prompt
Interface Prompt
OpenAI prompt data
interface
Prompt
{
function_call
?:
ChatCompletionFunctionCallOption
|
"auto"
|
"none"
;
functions
?:
Function
[]
;
messages
:
ChatCompletionMessageParam
[]
;
}
Index
Properties
function_
call?
functions?
messages
Properties
Optional
Readonly
function_
call
function_
call
?:
ChatCompletionFunctionCallOption
|
"auto"
|
"none"
Optional
Readonly
functions
functions
?:
Function
[]
OpenAI function definitions
Readonly
messages
messages
:
ChatCompletionMessageParam
[]
OpenAI chat messages
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function_
call
functions
messages
@coderabbitai/openai-chat-tokens
Loading...
OpenAI prompt data