Files
log10py/docs/models/operations/two.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

3.4 KiB
Raw Blame History

Two

Fields

Field Type Required Description
task_id str ✔️ The unique identifier for the task associated with this feedback.
json_values operations.RequestBodyJSONValues ✔️ The values of the feedback. Must be valid JSON according to the task schema.
matched_completion_ids List[str] ✔️ The matched completion ids associated with this feedback.
comment str ✔️ The comment associated with this feedback.
completion_ids List[str] ✔️ The completion ids to associate with this feedback.
id Optional[str] The unique identifier for this feedback.
created_at_ms Optional[float] The epoch this schema was created.
completions_summary Optional[str] N/A