Expand description
Traits and implementations for extracting structured intents from LLM responses.
Structs§
- Prompt
Based Extractor  - A classic, prompt-based implementation of 
IntentExtractor. 
Enums§
- Intent
Error  - An error type for intent extraction failures.
 
Traits§
- Intent
Extractor  - A generic trait for extracting a structured intent of type 
Tfrom a string response.