File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ public async Task IntegrationTestStreaming()
191191 1. What is today's date? (use get_date tool)
192192 2. What is the current price of Tesla (TSLA) stock? (use Yahoo news web search)
193193 3. Calculate the earnings that would be produced by compound interest to $5k at 4% annually for 5 years (use code interpreter)
194- 4. What is the latest release version of the devlooped/GrokClient repository? (use GitHub MCP tool)
194+ 4. What is the latest release version of the {{ ThisAssembly . Git . Url }} repository? (use GitHub MCP tool)
195195
196196 Respond with a JSON object in this exact format:
197197 {
Original file line number Diff line number Diff line change 1212 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
1313 <PackageReference Include =" Devlooped.Extensions.AI" Version =" 1.0.0" />
1414 <PackageReference Include =" Moq" Version =" 4.20.72" />
15+ <PackageReference Include =" ThisAssembly.Git" Version =" 2.1.2" >
16+ <PrivateAssets >all</PrivateAssets >
17+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18+ </PackageReference >
1519 <PackageReference Include =" xunit" Version =" 2.9.3" />
1620 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" PrivateAssets =" all" />
1721 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
4549
4650 <ItemGroup >
4751 <None Update =" .env" CopyToOutputDirectory =" PreserveNewest" />
48- <None Update =" Content\**\*.*" CopyToOutputDirectory =" PreserveNewest" />
52+ <None Update =" Content\**\*.*;*.md " CopyToOutputDirectory =" PreserveNewest" />
4953 <Content Update =" Content\**\*.*" CopyToOutputDirectory =" PreserveNewest" />
5054 <Content Include =" *.json;*.ini;*.toml" Exclude =" @(Content)" CopyToOutputDirectory =" PreserveNewest" />
5155 </ItemGroup >
You can’t perform that action at this time.
0 commit comments