mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
3.4 KiB
3.4 KiB
Two
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.RequestBodyJsonValues | ✔️ | 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 |
completionIds |
string[] | ✔️ | The completion ids to associate with this feedback. |