File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ def _ensure_agent_engine_dependency(requirements_txt_path: str) -> None:
196196 ' Optional. Additional keyword arguments to pass to the\n '
197197 ' session service.\n \n Returns:\n '
198198 ' Session: The session instance (if any). It returns None if the\n '
199- ' session is not found.\n \n Raises:\n '
199+ ' session is not found.\n \n Raises:\n '
200200 ' RuntimeError: If the session is not found.\n '
201201 ),
202202 'parameters' : {
@@ -386,9 +386,9 @@ def _ensure_agent_engine_dependency(requirements_txt_path: str) -> None:
386386 'description' : (
387387 'Streams responses asynchronously from the ADK application.\n \n '
388388 ' In general, you should use `async_stream_query` instead, as it'
389- ' has a more structured API and works with the respective'
390- ' ADK services that you have defined for the AdkApp. This'
391- ' method is primarily meant for invocation from'
389+ ' has a\n more structured API and works with the respective'
390+ ' ADK services that\n you have defined for the AdkApp. This'
391+ ' method is primarily meant for\n invocation from'
392392 ' AgentSpace.\n \n Args:\n request_json (str):\n '
393393 ' Required. The request to stream responses for.\n '
394394 ' '
You can’t perform that action at this time.
0 commit comments