MCPcopy Create free account
hub / github.com/Louisym/MiniCC / run

Method run

tutorials/18_design_patterns_for_agents.py:221–223  ·  view source on GitHub ↗
(self, user_input: str)

Source from the content-addressed store, hash-verified

219 self.api_url = "https://api.anthropic.com/v1/messages"
220
221 def run(self, user_input: str):
222 # 这里直接调 API——无法测试、无法替换
223 pass
224
225 print(" class BadRuntime:")
226 print(" def __init__(self):")

Calls

no outgoing calls