Parameters
[]runner.Option
Options for initializing the runner
Options
default:"slog.Default()"
Set the logger to use for the runner
Disable OpenTelemetry metrics for the runner
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
runner, err := client.NewTaskRunner(ctx)
runner, err := client.NewTaskRunner(ctx)
func (*Client) NewTaskRunner(
ctx context.Context,
options ...runner.Option,
) (*workflows.TaskRunner, error)
runner, err := client.NewTaskRunner(ctx)
Was this page helpful?