first commit
This commit is contained in:
10
template/__init__.py
Normal file
10
template/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
UAV Agent Templates
|
||||
|
||||
This package contains prompt templates for the UAV control agent.
|
||||
"""
|
||||
|
||||
from .agent_prompt import AGENT_PROMPT
|
||||
from .parsing_error import PARSING_ERROR_TEMPLATE
|
||||
|
||||
__all__ = ["AGENT_PROMPT", "PARSING_ERROR_TEMPLATE"]
|
||||
Reference in New Issue
Block a user