mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +00:00
4.2 KiB
4.2 KiB
One
Fields
| Field | Type | Required | Description |
|---|---|---|---|
ID |
*string | ➖ | The unique identifier for this feedback. |
CreatedAtMs |
*float64 | ➖ | The epoch this schema was created. |
TaskID |
string | ✔️ | The unique identifier for the task associated with this feedback. |
JSONValues |
operations.JSONValues | ✔️ | The values of the feedback. Must be valid JSON according to the task schema. |
MatchedCompletionIds |
[]string | ✔️ | The matched completion ids associated with this feedback. |
Comment |
string | ✔️ | The comment associated with this feedback. |
CompletionsSummary |
*string | ➖ | N/A |
AllowUnmatchedFeedback |
*bool | ➖ | Whether to allow unmatched feedback. Defaults to false. |
MaxMatchedCompletions |
*int64 | ➖ | The maximum number of matched completions. Returns error if exceeded. Defaults to 100. |
CompletionTagsSelector |
[]string | ✔️ | The completion tags associated with this feedback. |