mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 06:43:05 +08:00
Small changes
This commit is contained in:
13
src/llm/prompt/__init__.py
Normal file
13
src/llm/prompt/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Prompt module for prompt building and normalization."""
|
||||
|
||||
from llm.prompt.builder import PromptBuilder, adapt_messages_for_provider, get_provider_builder
|
||||
from llm.prompt.templates import TEMPLATES, get_template, get_template_or_default
|
||||
|
||||
__all__ = [
|
||||
"PromptBuilder",
|
||||
"adapt_messages_for_provider",
|
||||
"get_provider_builder",
|
||||
"TEMPLATES",
|
||||
"get_template",
|
||||
"get_template_or_default",
|
||||
]
|
||||
Reference in New Issue
Block a user