Files
log10go/docs/models/components/feedback.md
2024-05-24 18:29:28 -07:00

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 |