Files
log10ts/docs/models/operations/two.md
2024-05-24 17:16:47 -07:00

15 lines
3.4 KiB
Markdown

# Two
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `id` | *string* | :heavy_minus_sign: | The unique identifier for this feedback. |
| `createdAtMs` | *number* | :heavy_minus_sign: | The epoch this schema was created. |
| `taskId` | *string* | :heavy_check_mark: | The unique identifier for the task associated with this feedback. |
| `jsonValues` | [operations.RequestBodyJsonValues](../../models/operations/requestbodyjsonvalues.md) | :heavy_check_mark: | The values of the feedback. Must be valid JSON according to the task schema. |
| `matchedCompletionIds` | *string*[] | :heavy_check_mark: | The matched completion ids associated with this feedback. |
| `comment` | *string* | :heavy_check_mark: | The comment associated with this feedback. |
| `completionsSummary` | *string* | :heavy_minus_sign: | N/A |
| `completionIds` | *string*[] | :heavy_check_mark: | The completion ids to associate with this feedback. |