MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _Msg

Class _Msg

src/harness/execution/llm_executor.py:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 self.function = fn
497
498 class _Msg:
499 def __init__(self, content: str, tool_calls: list):
500 self.content = content
501 self.tool_calls = tool_calls
502
503 class _Choice:
504 def __init__(self, msg):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected