mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-14 05:37:40 +02:00
2 lines
77 B
Python
2 lines
77 B
Python
from typing import Literal
|
|
TOOL_PERMISSIONS = Literal["allow", "ask", "deny"] |