Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
AiModel
GenerateAiPromptCompletionRequest
Interface GenerateAiPromptCompletionRequest
interface
GenerateAiPromptCompletionRequest
{
resources
:
|
AiPromptResourceWithPreTranslate
|
AiPromptResourceWithAssist
|
AiPromptResourceWithAlignment
|
AiPromptResourceWithCustom
;
tool_choice
?:
string
|
PlainObject
;
tools
?:
{
tool
:
{
function
:
{
description
?:
string
;
name
:
string
;
parameters
?:
PlainObject
;
}
;
type
:
"function"
;
}
;
}
[]
;
}
Index
Properties
resources
tool_
choice?
tools?
Properties
resources
resources
:
|
AiPromptResourceWithPreTranslate
|
AiPromptResourceWithAssist
|
AiPromptResourceWithAlignment
|
AiPromptResourceWithCustom
Optional
tool_
choice
tool_
choice
?:
string
|
PlainObject
Optional
tools
tools
?:
{
tool
:
{
function
:
{
description
?:
string
;
name
:
string
;
parameters
?:
PlainObject
;
}
;
type
:
"function"
;
}
;
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
resources
tool_
choice
tools
@crowdin/crowdin-api-client
Loading...