File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55 <TargetFramework >net10.0</TargetFramework >
66 <PackageId >grok</PackageId >
77 <Description >Sample Grok CLI using xAI and xAI.Protocol packages</Description >
8+ <GenerateDocumentationFile >false</GenerateDocumentationFile >
9+ <ToolCommandName >grok</ToolCommandName >
10+ <PackageTags >dotnet-tool xai ai grok llm</PackageTags >
11+ <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
12+ <PackAsTool >true</PackAsTool >
813 <NoWarn >MEAI001;xAI001;$(NoWarn)</NoWarn >
914 </PropertyGroup >
1015
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ async IAsyncEnumerable<ChatResponseUpdate> CompleteChatStreamingCore(IEnumerable
9595
9696 ( ( List < AIContent > ) update . Contents ) . AddRange ( output . Delta . ToolCalls . AsContents ( text , citations ) ) ;
9797
98- // Only append text content if it's not already part of other tools' content
98+ // Only append text content if it's not already part of other tools' content
9999 if ( ! update . Contents . OfType < CodeInterpreterToolResultContent > ( ) . Any ( ) &&
100100 ! update . Contents . OfType < McpServerToolResultContent > ( ) . Any ( ) &&
101101 text is not null )
Original file line number Diff line number Diff line change 44 <TargetFrameworks >net8.0;net10.0</TargetFrameworks >
55 <AssemblyName >xAI</AssemblyName >
66 <PackageId >xAI</PackageId >
7- <Description >xAI Grok integration for Microsoft.Extensions.AI</Description >
7+ <Description >xAI / Grok integration for Microsoft.Extensions.AI</Description >
8+ <PackageTags >xai ai grok llm</PackageTags >
89 <PackageLicenseExpression ></PackageLicenseExpression >
910 <PackageLicenseFile >OSMFEULA.txt</PackageLicenseFile >
1011 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
2930 <ProjectReference Include =" ..\xAI.Protocol\xAI.Protocol.csproj" />
3031 </ItemGroup >
3132
32- </Project >
33+ </Project >
You can’t perform that action at this time.
0 commit comments