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

Class UnknownFrame

python/src/cmdop/streaming.py:98–102  ·  view source on GitHub ↗

Forward-compat: a frame whose shape we do not model yet.

Source from the content-addressed store, hash-verified

96
97@dataclass
98class UnknownFrame:
99 """Forward-compat: a frame whose shape we do not model yet."""
100
101 type: str
102 raw: dict[str, Any] = field(default_factory=dict)
103
104
105AskFrame = (

Callers 1

_frame_from_envelopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected