This provider can be used in workflows.As “step” to query data, example:
Copy
steps: - name: Query anthropic provider: anthropic config: "{{ provider.my_provider_name }}" with: prompt: {value} # The prompt to query the model with. model: {value} # The model to query. max_tokens: {value} # The maximum number of tokens to generate. structured_output_format: {value} # The structured output format to use.
If you need workflow examples with this provider, please raise a GitHub issue.