-
Notifications
You must be signed in to change notification settings - Fork 161
fix: meeting scheduled date time response issue #542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the issue of not receiving the date and time of the next scheduled meeting by updating the kernel function's description to include details about upcoming meeting dates/times. It also includes a comprehensive update to the .dockerignore file for improved container builds.
- Updated the function decorator in chat_logic_handler.py to correct spelling and expand on meeting details.
- Added a detailed .dockerignore file to exclude unnecessary files from container builds.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/App/backend/chat_logic_handler.py | Updated the kernel_function description to fix a spelling error and clarify it now returns meeting details. |
| src/.dockerignore | Introduced an extensive ignore list to prevent inclusion of non-essential files in container builds. |
| return answer | ||
|
|
||
| @kernel_function(name="ChatWithSQLDatabase", description="Given a query about client assets, investements and meeting dates or times, get details from the database based on the provided question and client id") | ||
| @kernel_function(name="ChatWithSQLDatabase", description="Given a query about client assets, investments and meeting scheduled (including upcoming or next meeting dates/times), get details from the database based on the provided question and client id") |
Copilot
AI
May 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The updated description is clearer, but the phrasing with parentheses may be improved for readability. Consider streamlining the wording to ensure consistency with other function descriptions, for example, '... and next scheduled meeting date/time' could be a simpler alternative.
* Added .dockerignore file to exclude unnecessary files from Docker build context (#537) * fixed date time response issue (#542) * Update main.bicepparam * Update src/App/backend/chat_logic_handler.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/.dockerignore Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com> Co-authored-by: AjitPadhi-Microsoft <v-padhiajit@microsoft.com> Co-authored-by: Abdul-Microsoft <v-amujeebta@microsoft.com> Co-authored-by: Harmanpreet Kaur <v-harmanpkau@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information