llm_chain

Module step

Source
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.
StepBuilder
Builder for Step.

Enums§

StepBuilderError
Error type for StepBuilder