Skip to main content

Module parser

Module parser 

Source

Functions§

extract_intent
Extracts the core “intent” from an LLM request payload. This prevents caching from breaking if trivial metadata (like temperature, max_tokens, or a changing session ID) changes.
extract_intent_value
Extracts the core “intent” from an already-parsed request value (avoids re-parsing).