mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 12:37:49 +00:00
17 lines
4.2 KiB
Markdown
17 lines
4.2 KiB
Markdown
# One
|
|
|
|
|
|
## 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` | [operations.JSONValues](../../models/operations/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 |
|
|
| `AllowUnmatchedFeedback` | **bool* | :heavy_minus_sign: | Whether to allow unmatched feedback. Defaults to false. |
|
|
| `MaxMatchedCompletions` | **int64* | :heavy_minus_sign: | The maximum number of matched completions. Returns error if exceeded. Defaults to 100. |
|
|
| `CompletionTagsSelector` | []*string* | :heavy_check_mark: | The completion tags associated with this feedback. | |