Files
log10py/docs/models/components/task.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

13 lines
2.8 KiB
Markdown

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