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