MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / get

Method get

tests/api_utils/test_utils.py:707–708  ·  view source on GitHub ↗
(self, k)

Source from the content-addressed store, hash-verified

705
706 class BadTool:
707 def get(self, k):
708 raise ValueError("Bad tool")
709
710 tools = [BadTool()]
711 messages = [Message(role="user", content="hi")]

Calls

no outgoing calls

Tested by

no test coverage detected