Module llm_chain::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

  • A step in a chain of LLM invocations. It is a combination of a prompt and a configuration.
  • Builder for Step.

Enums