Files
openswarm/backend/apps/agents/HaikFix/tools/shared_structs/TOOL_PERMISSIONS.py
T

2 lines
77 B
Python

from typing import Literal
TOOL_PERMISSIONS = Literal["allow", "ask", "deny"]