Preparing search index...
The search index is not available
@sogni-ai/sogni-client
@sogni-ai/sogni-client
HostedChatCompletionResult
Interface HostedChatCompletionResult
interface
HostedChatCompletionResult
{
choices
:
HostedChatCompletionChoice
[]
;
created
:
number
;
creative_workflows
?:
HostedCreativeWorkflowReference
[]
;
id
:
string
;
model
:
string
;
object
:
"chat.completion"
;
sogni_tool_results
?:
Record
<
string
,
unknown
>
[]
;
usage
?:
ChatTokenUsage
;
}
Index
Properties
choices
created
creative_
workflows?
id
model
object
sogni_
tool_
results?
usage?
Properties
choices
choices
:
HostedChatCompletionChoice
[]
created
created
:
number
Optional
creative_
workflows
creative_workflows
?:
HostedCreativeWorkflowReference
[]
id
id
:
string
model
model
:
string
object
object
:
"chat.completion"
Optional
sogni_
tool_
results
sogni_tool_results
?:
Record
<
string
,
unknown
>
[]
Optional
usage
usage
?:
ChatTokenUsage
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
choices
created
creative_
workflows
id
model
object
sogni_
tool_
results
usage
@sogni-ai/sogni-client
Loading...