Skip to content

Commit 0197b3b

Browse files
committed
spelling: service
Signed-off-by: Josh Soref <[email protected]>
1 parent 44d1e35 commit 0197b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/a2a/converters/part_converter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def convert_a2a_part_to_genai_part(
8787
# Convert the Data Part to funcall and function response.
8888
# This is mainly for converting human in the loop and auth request and
8989
# 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
9191
# logic accordingly
9292
if (
9393
part.metadata
@@ -182,7 +182,7 @@ def convert_genai_part_to_a2a_part(
182182
# Convert the funcall and function response to A2A DataPart.
183183
# This is mainly for converting human in the loop and auth request and
184184
# 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
186186
# logic accordingly
187187
if part.function_call:
188188
return a2a_types.Part(

0 commit comments

Comments
 (0)