mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
5.6 KiB
5.6 KiB
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. |