mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 04:20:12 +00:00
2.8 KiB
2.8 KiB
Task
Fields
| Field | Type | Required | Description |
|---|---|---|---|
json_schema |
components.JSONSchema | ✔️ | The schema of the task. Must be valid JSON Schema. |
name |
str | ✔️ | The name of the task. |
instruction |
str | ✔️ | The instructions for this task. |
completion_tags_selector |
components.CompletionTagsSelector | ✔️ | The completion tag matching with this task i.e. surfaced as needing feedback. |
id |
Optional[str] | ➖ | The unique identifier for this task. |
created_at_ms |
Optional[float] | ➖ | The epoch this schema was created. |