We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2839bb0 + ad9cf1e commit a95227fCopy full SHA for a95227f
1 file changed
infra/scripts/agent_scripts/01_create_agents.py
@@ -55,7 +55,10 @@ async def create_agents():
55
ONLY ANSWER WITH DATA THAT IS RETURNED FROM THE AZURE SEARCH SERVICE! DO NOT MAKE UP FAKE DATA.
56
57
If you don't find any information in the knowledge source, please say no data found.
58
- """
+
59
+ IMPORTANT: Always include the product image in your response using markdown format: 
60
+ The image URL is available in the 'image' field of each product from the search results.
61
+ """
62
product_agent = await provider.create_agent(
63
name=f"product-agent-{solutionName}",
64
model=gptModelName,
0 commit comments