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

Function process_input

contributing/samples/workflows/parallel_worker/agent.py:29–31  ·  view source on GitHub ↗

Puts user input in the state.

(node_input: str)

Source from the content-addressed store, hash-verified

27
28
29def process_input(node_input: str):
30 """Puts user input in the state."""
31 return Event(state={"topic": node_input})
32
33
34find_related_topics = Agent(

Callers

nothing calls this directly

Calls 1

EventClass · 0.90

Tested by

no test coverage detected