mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-09 12:37:49 +00:00
13 lines
2.5 KiB
Markdown
13 lines
2.5 KiB
Markdown
# Task
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
|
|
| `id` | *string* | :heavy_minus_sign: | The unique identifier for this task. |
|
|
| `createdAtMs` | *number* | :heavy_minus_sign: | The epoch this schema was created. |
|
|
| `jsonSchema` | [models.JsonSchema](../models/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` | [models.CompletionTagsSelector](../models/completiontagsselector.md) | :heavy_check_mark: | The completion tag matching with this task i.e. surfaced as needing feedback. | |