Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)]
Callers
15
test_consolidation_with_mock_auxiliary_stream
Method · 0.45
test_context_operations_sequence
Method · 0.45
test_profile_state_updated
Method · 0.45
verify_native_fc_e2e
Function · 0.45
mock_server_module
Function · 0.45
test_parse_emulated_inline_params
Method · 0.45
reproduce
Function · 0.45
test_execute_chat_clear_retries
Function · 0.45
test_clear_chat_error_snapshot_non_disconnect
Function · 0.45
consumer
Function · 0.45
check_queue_disconnects
Method · 0.45
get_next_request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected