We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 549d486 + 429eb65 commit 2a2bdb7Copy full SHA for 2a2bdb7
1 file changed
veadk/tools/builtin_tools/llm_shield.py
@@ -266,7 +266,8 @@ def before_model_callback(
266
content=types.Content(
267
role="model",
268
parts=[types.Part(text=response)],
269
- )
+ ),
270
+ partial=True,
271
)
272
return None
273
@@ -313,7 +314,8 @@ def after_model_callback(
313
314
315
316
317
318
319
320
321
0 commit comments