File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060
6161 <!-- Testing dependencies -->
6262 <ItemGroup >
63- <PackageVersion Include =" Anthropic" Version =" 12.1 .0" />
63+ <PackageVersion Include =" Anthropic" Version =" 12.2 .0" />
6464 <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" >
6565 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6666 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 4141 Console . WriteLine ( $ "Connected to server with tools: { tool . Name } ") ;
4242}
4343
44- using var anthropicClient = new AnthropicClient ( new ( ) { APIKey = builder . Configuration [ "ANTHROPIC_API_KEY" ] } )
44+ using var anthropicClient = new AnthropicClient ( new ( ) { ApiKey = builder . Configuration [ "ANTHROPIC_API_KEY" ] } )
4545 . AsIChatClient ( "claude-haiku-4-5-20251001" )
4646 . AsBuilder ( )
4747 . UseFunctionInvocation ( )
You can’t perform that action at this time.
0 commit comments