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