mirror of
https://github.com/LukeHagar/log10go.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 |
*float64 | ➖ | The duration of this completion in seconds. |
FailureKind |
*string | ➖ | The failure kind of this completion. |
FailureReason |
*string | ➖ | The failure reason of this completion. |