MCPcopy Create free account
hub / github.com/google/adk-python / _create_invocation_context

Method _create_invocation_context

src/google/adk/runners.py:1949–1951  ·  view source on GitHub ↗

Creates an InvocationContext instance.

(self, **kwargs)

Source from the content-addressed store, hash-verified

1947 return None
1948
1949 def _create_invocation_context(self, **kwargs) -> InvocationContext:
1950 """Creates an InvocationContext instance."""
1951 return InvocationContext(**kwargs)
1952
1953 def _new_invocation_context(
1954 self,

Callers 1

Calls 1

InvocationContextClass · 0.85

Tested by

no test coverage detected