Files
log10go/docs/models/components/completion.md
2024-05-24 18:29:28 -07:00

5.6 KiB
Raw Permalink Blame History

Completion

Fields

Field Type Required Description
ID *string The unique identifier for this task.
OrganizationID string ✔️ The unique identifier for the organization.
Kind *components.Kind The kind of completion i.e. chat messages or prompt
Status *components.Status The status of this completion.
Tags []string The tags for this completion.
Request *components.CreateChatCompletionRequest N/A
Response *components.CreateChatCompletionResponse Represents a chat completion response returned by model, based on the provided input.
Stacktrace []components.Stacktrace The stacktrace for this completion.
SessionID *string The session id for this completion.
Duration *float64 The duration of this completion in seconds.
FailureKind *string The failure kind of this completion.
FailureReason *string The failure reason of this completion.