Skip to content

fixes for function calling #11

fixes for function calling

fixes for function calling #11

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

dotnet.yml

on: push
build-and-test
56s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
SonarScanner
This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: Together/Models/ChatCompletions/ToolChoice.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.