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 a6e07a1 commit 0d93c92Copy full SHA for 0d93c92
src/google/adk/code_executors/code_execution_utils.py
@@ -126,7 +126,7 @@ def extract_code_and_truncate_content(
126
if not content or not content.parts:
127
return
128
129
- # Extract the code from the executable code parts if there're no associated
+ # Extract the code from the executable code parts if there are no associated
130
# code execution result parts.
131
for idx, part in enumerate(content.parts):
132
if part.executable_code and (
0 commit comments