Files
log10ts/docs/models/components/task.md
2024-05-24 17:16:47 -07:00

2.8 KiB
Raw Permalink Blame History

Task

Fields

Field Type Required Description
id string The unique identifier for this task.
createdAtMs number 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.