MCPcopy Index your code
hub / github.com/google/adk-python / get

Method get

tests/unittests/models/test_litellm.py:2503–2504  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

2501 self.reasoning = "Alternative reasoning"
2502
2503 def get(self, key, default=None):
2504 return getattr(self, key, default)
2505
2506 message = MockMessage()
2507 result = _extract_reasoning_value(message)

Calls 1

getattrFunction · 0.85

Tested by

no test coverage detected