We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381d44c commit 47a1024Copy full SHA for 47a1024
src/google/adk/models/lite_llm.py
@@ -490,7 +490,7 @@ def _append_fallback_user_content_if_missing(
490
content.parts = []
491
content.parts.append(
492
types.Part.from_text(
493
- text="Handle the requests as specified in the System Instruction."
+ text="Handle the incoming request according to the provided requirements."
494
)
495
496
return
@@ -500,8 +500,7 @@ def _append_fallback_user_content_if_missing(
500
parts=[
501
502
text=(
503
- "Handle the requests as specified in the System"
504
- " Instruction."
+ "Handle the incoming request according to the provided requirements."
505
506
),
507
],
0 commit comments