Skip to content

Align intent_mapping.prompty deployment with .env (gpt-4o-mini)#294

Open
TemidireAdesiji wants to merge 1 commit into
Azure-Samples:mainfrom
TemidireAdesiji:patch-1
Open

Align intent_mapping.prompty deployment with .env (gpt-4o-mini)#294
TemidireAdesiji wants to merge 1 commit into
Azure-Samples:mainfrom
TemidireAdesiji:patch-1

Conversation

@TemidireAdesiji

Copy link
Copy Markdown

Description

The azure_deployment field in scenarios/rag/custom-rag-app/assets/intent_mapping.prompty was set to gpt-4o, but the sample's runtime configuration uses gpt-4o-mini: .env.sample sets INTENT_MAPPING_MODEL="gpt-4o-mini", and get_product_documents.py reads the model from that variable. This one-line change aligns the prompt template with the documented .env configuration so the two no longer disagree, removing a point of confusion for anyone reviewing or modifying the sample.

Closes #262.

Checklist

  • I have read the contribution guidelines
  • I have coordinated with the docs team (mldocs@microsoft.com) if this PR deletes files or changes any file names or file extensions. (N/A: no files are deleted, renamed, or changed extension.)
  • This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team. (N/A: this edits an existing file; no new file is added.)

@TemidireAdesiji
TemidireAdesiji requested a review from a team as a code owner July 7, 2026 13:45
@TemidireAdesiji
TemidireAdesiji requested a deployment to external-contribution July 7, 2026 13:45 — with GitHub Actions Waiting

@s-polly s-polly left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved for docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update model deployment in intent_mapping.prompty to match .env configuration

2 participants