Skip to content

Commit 47a1024

Browse files
authored
Update request handling text for clarity
1 parent 381d44c commit 47a1024

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/google/adk/models/lite_llm.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def _append_fallback_user_content_if_missing(
490490
content.parts = []
491491
content.parts.append(
492492
types.Part.from_text(
493-
text="Handle the requests as specified in the System Instruction."
493+
text="Handle the incoming request according to the provided requirements."
494494
)
495495
)
496496
return
@@ -500,8 +500,7 @@ def _append_fallback_user_content_if_missing(
500500
parts=[
501501
types.Part.from_text(
502502
text=(
503-
"Handle the requests as specified in the System"
504-
" Instruction."
503+
"Handle the incoming request according to the provided requirements."
505504
)
506505
),
507506
],

0 commit comments

Comments
 (0)