Skip to content

Commit 612ec9c

Browse files
authored
Update Microsoft.Agents.Extensions.Teams.AI.csproj
1 parent fd08782 commit 612ec9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/Extensions/Microsoft.Agents.Extensions.Teams.AI/Microsoft.Agents.Extensions.Teams.AI.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<PackageReference Include="JsonSchema.Net" />
2929
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
3030
<PackageReference Include="Microsoft.Identity.Client" />
31+
<PackageReference Include="Google.Protobuf" />
3132
<PackageReference Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" /> <!-- This package is required to support gpt-3.x and gpt-4 models -->
3233
<PackageReference Include="Microsoft.ML.Tokenizers.Data.O200kBase" /> <!-- This package is required to support gpt-4o models -->
3334
<PackageReference Include="OpenAI" />
@@ -44,4 +45,4 @@
4445
<None Include="readme.md" Pack="true" PackagePath="\" />
4546
</ItemGroup>
4647

47-
</Project>
48+
</Project>

0 commit comments

Comments
 (0)