MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / StreamEvent

Class StreamEvent

src/query/query.py:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137@dataclass
138class StreamEvent:
139 type: str
140 data: Any = None
141
142
143def _is_prompt_too_long_message(msg: Message) -> bool:

Callers 1

queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected