We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304571c commit f054d3dCopy full SHA for f054d3d
src/google/adk/flows/llm_flows/basic.py
@@ -52,7 +52,7 @@ async def run_async(
52
)
53
# Only set output_schema if no tools are specified. as of now, model don't
54
# support output_schema and tools together. we have a workaround to support
55
- # both outoput_schema and tools at the same time. see
+ # both output_schema and tools at the same time. see
56
# _output_schema_processor.py for details
57
if agent.output_schema and not agent.tools:
58
llm_request.set_output_schema(agent.output_schema)
0 commit comments