File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -640,7 +640,6 @@ async processQuery(query: string) {
640
640
});
641
641
642
642
const finalText = [];
643
- const toolResults = [];
644
643
645
644
for (const content of response .content ) {
646
645
if (content .type === " text" ) {
@@ -653,7 +652,6 @@ async processQuery(query: string) {
653
652
name: toolName ,
654
653
arguments: toolArgs ,
655
654
});
656
- toolResults .push (result );
657
655
finalText .push (
658
656
` [Calling tool ${toolName } with args ${JSON .stringify (toolArgs )}] `
659
657
);
@@ -1474,6 +1472,7 @@ Then, add the required dependencies to your project:
1474
1472
dotnet add package ModelContextProtocol --prerelease
1475
1473
dotnet add package Anthropic.SDK
1476
1474
dotnet add package Microsoft.Extensions.Hosting
1475
+ dotnet add package Microsoft.Extensions.AI
1477
1476
` ` `
1478
1477
1479
1478
# # Setting up your API key
You can’t perform that action at this time.
0 commit comments