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

Function _run

tests/test_advisor_request_wiring.py:133–141  ·  view source on GitHub ↗
(provider, messages, system_prompt="hi", tools=None)

Source from the content-addressed store, hash-verified

131
132
133def _run(provider, messages, system_prompt="hi", tools=None):
134 return asyncio.run(
135 _call_model_sync(
136 provider=provider,
137 messages=messages,
138 system_prompt=system_prompt,
139 tools=tools or [],
140 )
141 )
142
143
144class TestAdvisorActiveOnFirstPartyAnthropic(unittest.TestCase):

Calls 2

_call_model_syncFunction · 0.90
runMethod · 0.45

Tested by

no test coverage detected