(input)
| 68 | return isKairosCronEnabled() |
| 69 | }, |
| 70 | toAutoClassifierInput(input) { |
| 71 | return `${input.cron}: ${input.prompt}` |
| 72 | }, |
| 73 | async description() { |
| 74 | return buildCronCreateDescription(isDurableCronEnabled()) |
| 75 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected