4 lines
No EOL
139 B
Python
4 lines
No EOL
139 B
Python
"""Context building for LLM prompts."""
|
|
|
|
# Renamed from context.py for clarity
|
|
from .context import build_context_for_message # noqa: F401 |