Files
log10go/docs/models/components/task.md
2024-05-24 18:29:28 -07:00

13 lines
2.8 KiB
Markdown

# Task
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `ID` | **string* | :heavy_minus_sign: | The unique identifier for this task. |
| `CreatedAtMs` | **float64* | :heavy_minus_sign: | The epoch this schema was created. |
| `JSONSchema` | [components.JSONSchema](../../models/components/jsonschema.md) | :heavy_check_mark: | The schema of the task. Must be valid JSON Schema. |
| `Name` | *string* | :heavy_check_mark: | The name of the task. |
| `Instruction` | *string* | :heavy_check_mark: | The instructions for this task. |
| `CompletionTagsSelector` | [components.CompletionTagsSelector](../../models/components/completiontagsselector.md) | :heavy_check_mark: | The completion tag matching with this task i.e. surfaced as needing feedback. |