Files
log10ts/docs/models/operations/one.md
2024-05-24 17:16:47 -07:00

4.2 KiB
Raw Blame History

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.