Files
log10ts/docs/models/task.md

2.5 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 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.