mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
2.5 KiB
2.5 KiB
Task
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ➖ | The unique identifier for this task. |
createdAtMs |
number | ➖ | The epoch this schema was created. |
jsonSchema |
models.JsonSchema | ✔️ | The schema of the task. Must be valid JSON Schema. |
name |
string | ✔️ | The name of the task. |
instruction |
string | ✔️ | The instructions for this task. |
completionTagsSelector |
models.CompletionTagsSelector | ✔️ | The completion tag matching with this task i.e. surfaced as needing feedback. |