Skip to main content

Module at_pattern

Module at_pattern 

Source
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§

AtPatternOptions

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.