Skip to content

fixes for function calling #10

fixes for function calling

fixes for function calling #10

Triggered via push February 24, 2025 10:56
Status Success
Total duration 42s
Artifacts

nuget.yml

on: push
nuget-pack
32s
nuget-pack
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
nuget-pack: Together/Models/Rerank/RerankResponse.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankResponse.cs#L12
Non-nullable property 'Object' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankResponse.cs#L15
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankResponse.cs#L18
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankResponse.cs#L21
Non-nullable property 'Usage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankRequest.cs#L8
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankRequest.cs#L11
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankRequest.cs#L14
Non-nullable property 'Documents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Models/Rerank/RerankRequest.cs#L23
Non-nullable property 'RankFields' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
nuget-pack: Together/Clients/ModelClient.cs#L6
Parameter 'HttpClient httpClient' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
nuget-pack
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Extensions.AI.Abstractions