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

Method model_dump

tests/unittests/models/test_litellm.py:248–253  ·  view source on GitHub ↗
(self, *, exclude_none=True, mode="json")

Source from the content-addressed store, hash-verified

246 }
247
248 def model_dump(self, *, exclude_none=True, mode="json"):
249 # The method signature matches pydantic BaseModel.model_dump to simulate
250 # google.genai schema-like objects.
251 del exclude_none
252 del mode
253 return self._schema
254
255
256async def test_get_completion_inputs_formats_pydantic_schema_for_litellm():

Callers 15

run_promptFunction · 0.45
run_promptFunction · 0.45
run_demoFunction · 0.45
process_agent_eventFunction · 0.45
event_generatorFunction · 0.45
_runFunction · 0.45
run_tau_bench_rolloutsFunction · 0.45
run_evalFunction · 0.45
solveMethod · 0.45
run_promptFunction · 0.45
run_promptFunction · 0.45
run_promptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected