Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Add a Go console chat application sample that integrates Azure App Configuration for dynamic AI settings and Azure OpenAI for chat completions.
- Introduce
main.gowith interactive chat logic, configuration loading, and OpenAI client setup - Provide
README.mddocumenting setup, usage, and troubleshooting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| examples/Go/ChatApp/main.go | Added interactive chat app, Azure App Configuration loading, and Azure OpenAI client integration |
| examples/Go/ChatApp/README.md | Added documentation for sample prerequisites, configuration keys, usage, and troubleshooting |
Comments suppressed due to low confidence (2)
examples/Go/ChatApp/README.md:73
- [nitpick] The sample output shows "Exiting chat. Goodbye!", but in code it prints "Exiting Chat. Goodbye!" (capital C). Consider aligning the case in the README with the actual behavior.
Exiting chat. Goodbye!
examples/Go/ChatApp/README.md:36
- [nitpick] The README uses
ApiKey, while the struct field isAPIKey. Ensure the key name matches exactly or note how the provider handles case-insensitive mapping.
- `ChatApp:AzureOpenAI:ApiKey` - Key Vault reference to the API key for Azure OpenAI (optional)
juniwang
reviewed
Jul 22, 2025
zhenlan
reviewed
Sep 10, 2025
zhenlan
reviewed
Sep 10, 2025
zhenlan
reviewed
Sep 20, 2025
zhenlan
approved these changes
Sep 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.