fix client-sdk agents/inference test

This commit is contained in:
Xi Yan 2024-12-26 15:44:34 -08:00
parent 4e1d0a2fc5
commit b6aca4c8bb
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ def test_builtin_tool_brave_search(llama_stack_client, agent_config):
messages=[
{
"role": "user",
"content": "Search the web and tell me who the 44th president of the United States was.",
"content": "Search the web and tell me who the 44th president of the United States was. Please use tools",
}
],
session_id=session_id,

View file

@ -56,7 +56,7 @@ def test_image_chat_completion(llama_stack_client):
"content": [
{
"type": "image",
"data": {
"url": {
"uri": "https://www.healthypawspetinsurance.com/Images/V3/DogAndPuppyInsurance/Dog_CTA_Desktop_HeroImage.jpg"
},
},