Expand description
§@ Pattern Parsing Utilities
This module provides utilities for parsing @ symbol patterns in user input to automatically load and embed image files as base64-encoded content for LLM processing.
Structs§
Functions§
- parse_
at_ patterns - Parse the @ pattern in text and replace image file paths/URLs with base64 content
- parse_
at_ patterns_ with_ options - Parse the @ pattern in text with provider-specific input options.