Uh oh!
There was an error while loading. Please reload this page.
Web Search and other Misc items - #624
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request introduces web search via Azure AI Foundry agents, conversationId query parameters for deep linking, control center date label fixes, an agent template gallery system, plugin authentication type definitions, and scaffolding for Azure AI Foundry agent support.
Changes:
- Adds web search capability through Azure AI Foundry agents with consent flow
- Implements conversationId query parameters for conversation deep linking
- Fixes control center chart date labels to parse dates in local time
- Introduces agent template gallery with admin review workflow
- Defines plugin authentication type constraints per plugin type
- Adds Azure AI Foundry agent type support in agent modal and backend
Reviewed changes
Copilot reviewed 66 out of 70 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| functional_tests/test_control_center_date_labels_fix.py | New functional test for date label parsing fix |
| functional_tests/test_backend_foundry_agent_payload.py | New test for Foundry agent payload validation (incomplete code) |
| docs/explanation/fixes/CONTROL_CENTER_DATE_LABELS_FIX.md | Documentation for control center date fix |
| application/single_app/templates/*.html | Logo reference updates, agent template UI, web search button, Foundry agent fields |
| application/single_app/static/js/control-center.js | Adds parseDateKey function for local date parsing |
| application/single_app/static/js/chat/*.js | Conversation deep linking, web search integration |
| application/single_app/static/js/agent_modal_stepper.js | Azure AI Foundry agent type support in wizard |
| application/single_app/static/js/plugin_modal_stepper.js | Auth type filtering based on plugin definitions |
| application/single_app/static/js/admin/*.js | Agent template review interface |
| application/single_app/static/json/schemas/*.json | Plugin auth definitions and agent schema updates |
| application/single_app/semantic_kernel_loader.py | Foundry agent loading logic |
| application/single_app/route_frontend_admin_settings.py | Web search consent flow and settings |
| application/single_app/requirements.txt | Version updates for openai and semantic-kernel |
| application/single_app/static/images/*.png | New logo image files |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Paul Lizer (paullizer)
left a comment
There was a problem hiding this comment.
None of my suggestions are show stoppers, we can track them as issues or implement with follow on PR. Let me know what you think.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Paul Lizer (paullizer)
left a comment
There was a problem hiding this comment.
Looks great!
Uh oh!
There was an error while loading. Please reload this page.
A jump pull on Web Search. It also has conversationId query params, fixes for control center, agent templating, some scaffolding for ai agents and foundry models (should not impact operation), and plugin auth definitions.