mirror of
https://github.com/LukeHagar/log10ts.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 |
number | ➖ | 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 |
boolean | ➖ | Whether to allow unmatched feedback. Defaults to false. |
maxMatchedCompletions |
number | ➖ | The maximum number of matched completions. Returns error if exceeded. Defaults to 100. |
completionTagsSelector |
string[] | ✔️ | The completion tags associated with this feedback. |