Skip to main content

Install

Quick Start

That’s it! The wrapper automatically sanitizes input, calls the LLM with safe text, and rehydrates the response.

How It Works

  1. Your input is sanitized before reaching the LLM
  2. The LLM processes the sanitized text
  3. The response is rehydrated with original entities
  4. You get back the complete response

With Chains (LCEL)

With RAG

Configuration