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

Function patch_request

contributing/samples/adk_team/adk_documentation/utils.py:74–77  ·  view source on GitHub ↗
(url: str, payload: Any)

Source from the content-addressed store, hash-verified

72
73
74def patch_request(url: str, payload: Any) -> Dict[str, Any]:
75 response = requests.patch(url, headers=HEADERS, json=payload, timeout=60)
76 response.raise_for_status()
77 return response.json()
78
79
80async def call_agent_async(

Callers 1

update_issueFunction · 0.90

Calls 3

patchMethod · 0.80
jsonMethod · 0.80
raise_for_statusMethod · 0.45

Tested by

no test coverage detected