Files
log10ts/docs/models/completion.md

4.9 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 models.Kind ✔️ The kind of completion i.e. chat messages or prompt
status models.Status The status of this completion.
tags string[] The tags for this completion.
request models.CreateChatCompletionRequest N/A
response models.CreateChatCompletionResponse Represents a chat completion response returned by model, based on the provided input.
stacktrace models.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.