mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +00:00
2.8 KiB
2.8 KiB
Task
Fields
| Field | Type | Required | Description |
|---|---|---|---|
ID |
*string | ➖ | The unique identifier for this task. |
CreatedAtMs |
*float64 | ➖ | The epoch this schema was created. |
JSONSchema |
components.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 |
components.CompletionTagsSelector | ✔️ | The completion tag matching with this task i.e. surfaced as needing feedback. |