OpenSpace/openspace/prompts/__init__.py
2026-07-17 11:43:42 +08:00

4 lines
No EOL
204 B
Python

from openspace.prompts.grounding_agent_prompts import GroundingAgentPrompts
from openspace.prompts.skill_engine_prompts import SkillEnginePrompts
__all__ = ["GroundingAgentPrompts", "SkillEnginePrompts"]