MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / ConfirmRequiredFrame

Class ConfirmRequiredFrame

python/src/cmdop/streaming.py:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68@dataclass
69class ConfirmRequiredFrame:
70 type: Literal["confirm_required"]
71 token: str
72 plan: str
73 danger_level: str = "medium"
74
75
76@dataclass

Callers 1

_frame_from_envelopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected