mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 04:20:12 +00:00
4.2 KiB
4.2 KiB
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. |