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

2.8 KiB
Raw Blame History

Feedback

Fields

Field Type Required Description
task_id str ✔️ The unique identifier for the task associated with this feedback.
json_values components.JSONValues ✔️ 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.
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