Files
log10ts/docs/models/components/completion.md
2024-05-24 17:16:47 -07:00

5.6 KiB
Raw 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 number The duration of this completion in seconds.
failureKind string The failure kind of this completion.
failureReason string The failure reason of this completion.