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

4.2 KiB
Raw Blame History

One

Fields

Field Type Required Description
task_id str ✔️ The unique identifier for the task associated with this feedback.
json_values operations.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.
completion_tags_selector List[str] ✔️ The completion tags 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
allow_unmatched_feedback Optional[bool] Whether to allow unmatched feedback. Defaults to false.
max_matched_completions Optional[int] The maximum number of matched completions. Returns error if exceeded. Defaults to 100.