OpenSpace/openspace/prompts/__init__.py
2026-03-24 16:03:22 +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"]