Expand description
Steps are individual LLM invocations in a chain. They are a combination of a prompt and a configuration.
Steps are used to set the per-invocation settings for a prompt. Useful when you want to change the settings for a specific prompt in a chain.
Structs§
- Step
- A step in a chain of LLM invocations. It is a combination of a prompt and a configuration.
- Step
Builder - Builder for
Step
.
Enums§
- Step
Builder Error - Error type for StepBuilder