WorkerJobUpdateArgs

    • frequency
      enum
      const:  
      daily
      required
      values
      • daily
    • hour
      Type: integer enum
      required

      The hour of the day (0-23) when the agent should run.

      values
      • 0
      • 1
      • 2
      • 3
      • 4
    • active
      Type: boolean

      Whether the job is scheduled to run automatically.

    • day
      nullable
    • focusResourceIds
      Type: array string[] | null · 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}$

      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.

    • 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
    • name
      Type: string
      min length:  
      1
      max length:  
      255
    • prompt
      Type: string
      max length:  
      50000

      The prompt that the job will use when it runs.

    • timezone
      Type: string
      max length:  
      255

      The timezone that the job should use for scheduling in IANA format (e.g. "America/Toronto").