Skip to content

Commit 5a017ba

Browse files
N-E-W-T-O-Nnewton.mallickgitri-ms
authored
Feature/notebook bing search (microsoft#1729)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description I have added a new notebook to show how to bring search functionality in SK ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) - [x] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with `dotnet format` - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 --------- Co-authored-by: newton.mallick <[email protected]> Co-authored-by: Gina Triolo <[email protected]>
1 parent c3ccefc commit 5a017ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,5 @@ playwright-report/
476476

477477
# Static Web App deployment config
478478
swa-cli.config.json
479-
**/copilot-chat-app/webapp/build
479+
**/copilot-chat-app/webapp/build
480+
**/copilot-chat-app/webapp/node_modules

0 commit comments

Comments
 (0)