lang_tools.llm.greeting
¶
GreetingGeneratorChain: open a conversational tutor session.
Classes:
-
GreetingInput–Inputs to
GreetingGeneratorChain. -
GreetingOutput–Outputs from
GreetingGeneratorChain.
Functions:
-
build_greeting_chain–Build a greeting generator chain wired to
chat_config.
GreetingInput
¶
GreetingOutput
¶
build_greeting_chain
¶
build_greeting_chain(
chat_config: ChatConfig,
*,
base_prompt_fol: Path | None = None,
version: str = "auto",
) -> StructuredLLMChain[GreetingInput, GreetingOutput]
Build a greeting generator chain wired to chat_config.