The handler function of a workflow.
Parsed workflow input (z.infer<inputSchema>).
z.infer<inputSchema>
A context object with tools and information.
A value accepted by outputSchema before parse (z.input<outputSchema>).
outputSchema
z.input<outputSchema>
The handler function of a workflow.