Skip to content

Update README.md

Update README.md #16

Triggered via push June 21, 2024 14:11
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/DotnetPrompt.Abstractions/Chains/IChainExecutor.cs#L24
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/Chains/ChainMessage.cs#L11
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/Prompts/IPromptTemplate.cs#L22
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/LLM/BaseModel.cs#L44
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/LLM/BaseModel.cs#L106
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/LLM/ILargeLanguageModel.cs#L17
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/LLM/ModelExtensions.cs#L16
Cannot convert null literal to non-nullable reference type.
build: src/DotnetPrompt.Abstractions/LLM/Schema/ModelResult.cs#L14
Non-nullable property 'Generations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DotnetPrompt.Abstractions/LLM/Schema/ModelResult.cs#L19
Non-nullable property 'Output' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DotnetPrompt.Abstractions/LLM/Schema/Generation.cs#L13
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.