From 261bd5fc86ab447c124008d1093d67970e4be073 Mon Sep 17 00:00:00 2001 From: Temidire Adesiji <53132914+TemidireAdesiji@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:31:01 +0100 Subject: [PATCH] Align intent_mapping.prompty deployment with .env (gpt-4o-mini) --- scenarios/rag/custom-rag-app/assets/intent_mapping.prompty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty b/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty index e980e500..39b0fa37 100644 --- a/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty +++ b/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty @@ -4,7 +4,7 @@ description: A prompty that extract users query intent based on the current_quer model: api: chat configuration: - azure_deployment: gpt-4o + azure_deployment: gpt-4o-mini inputs: conversation: type: array @@ -54,4 +54,4 @@ user: Return the search query for the messages in the following conversation: {{#conversation}} - {{role}}: {{content}} -{{/conversation}} \ No newline at end of file +{{/conversation}}