Files
log10go/docs/models/operations/two.md
2024-05-24 18:29:28 -07:00

3.4 KiB
Raw Permalink Blame History

Two

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.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.