WorkerJobUpdatePartialArgs
- activeType: boolean
Whether the job is scheduled to run automatically.
- focusType: array string[] | null · UUID[]
Resource Ids Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Optional list of resource IDs that the job should focus on when running. This only provides a hint and does not change the job's permissions.
- Type: string · UUID
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
- model
- Type: string | null · ChatbotModelenum
The model that the job will use when it runs. If not provided, the default model will be used.
values- dummy
- gpt
-5 -6 -sol - gpt
-5 -6 -terra - gpt
-5 -6 -luna - claude
-haiku -4 -5
- nameType: stringmin length:1max length:255
- promptType: stringmax length:50000
The prompt that the job will use when it runs.
- timezoneType: stringmax length:255
The timezone that the job should use for scheduling in IANA format (e.g. "America/Toronto").