Files
log10py/docs/models/components/completion.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

6.1 KiB
Raw Permalink Blame History

Completion

Fields

Field Type Required Description
organization_id str ✔️ The unique identifier for the organization.
id Optional[str] The unique identifier for this task.
kind Optional[components.Kind] The kind of completion i.e. chat messages or prompt
status Optional[components.Status] The status of this completion.
tags List[str] The tags for this completion.
request Optional[components.CreateChatCompletionRequest] N/A
response Optional[components.CreateChatCompletionResponse] Represents a chat completion response returned by model, based on the provided input.
stacktrace List[components.Stacktrace] The stacktrace for this completion.
session_id Optional[str] The session id for this completion.
duration Optional[float] The duration of this completion in seconds.
failure_kind Optional[str] The failure kind of this completion.
failure_reason Optional[str] The failure reason of this completion.