Files
2024-05-24 17:16:47 -07:00

3.4 KiB
Raw Permalink Blame History

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.