mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-07 12:37:48 +00:00
14 lines
2.8 KiB
Markdown
14 lines
2.8 KiB
Markdown
# Feedback
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
|
|
| `ID` | **string* | :heavy_minus_sign: | The unique identifier for this feedback. |
|
|
| `CreatedAtMs` | **float64* | :heavy_minus_sign: | The epoch this schema was created. |
|
|
| `TaskID` | *string* | :heavy_check_mark: | The unique identifier for the task associated with this feedback. |
|
|
| `JSONValues` | [components.JSONValues](../../models/components/jsonvalues.md) | :heavy_check_mark: | The values of the feedback. Must be valid JSON according to the task schema. |
|
|
| `MatchedCompletionIds` | []*string* | :heavy_check_mark: | The matched completion ids associated with this feedback. |
|
|
| `Comment` | *string* | :heavy_check_mark: | The comment associated with this feedback. |
|
|
| `CompletionsSummary` | **string* | :heavy_minus_sign: | N/A | |