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