forked from phoenix-oss/llama-stack-mirror
fix client-sdk agents/inference test
This commit is contained in:
parent
4e1d0a2fc5
commit
b6aca4c8bb
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue