mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +00:00
4 lines
No EOL
204 B
Python
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"] |