File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/google/adk/a2a/converters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def convert_a2a_part_to_genai_part(
87
87
# Convert the Data Part to funcall and function response.
88
88
# This is mainly for converting human in the loop and auth request and
89
89
# response.
90
- # TODO once A2A defined how to suervice such information, migrate below
90
+ # TODO once A2A defined how to service such information, migrate below
91
91
# logic accordingly
92
92
if (
93
93
part .metadata
@@ -182,7 +182,7 @@ def convert_genai_part_to_a2a_part(
182
182
# Convert the funcall and function response to A2A DataPart.
183
183
# This is mainly for converting human in the loop and auth request and
184
184
# response.
185
- # TODO once A2A defined how to suervice such information, migrate below
185
+ # TODO once A2A defined how to service such information, migrate below
186
186
# logic accordingly
187
187
if part .function_call :
188
188
return a2a_types .Part (
You can’t perform that action at this time.
0 commit comments