Module intent

Module intent 

Source
Expand description

Traits and implementations for extracting structured intents from LLM responses.

Structs§

PromptBasedExtractor
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 T from a string response.