Skip to content

Commit f054d3d

Browse files
committed
spelling: output
Signed-off-by: Josh Soref <[email protected]>
1 parent 304571c commit f054d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/flows/llm_flows/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def run_async(
5252
)
5353
# Only set output_schema if no tools are specified. as of now, model don't
5454
# support output_schema and tools together. we have a workaround to support
55-
# both outoput_schema and tools at the same time. see
55+
# both output_schema and tools at the same time. see
5656
# _output_schema_processor.py for details
5757
if agent.output_schema and not agent.tools:
5858
llm_request.set_output_schema(agent.output_schema)

0 commit comments

Comments
 (0)