Expand description
Step 1 of the conversation pipeline โ history rehydration.
Builds a RequestContext by loading prior turns from storage and
injecting them into the enriched request before it is forwarded to the LLM.
Functionsยง
- rehydrate_
conversation - Step 1 โ Build
RequestContextby rehydrating conversation history.