Skip to content

Rename RoomThread to GroupThread #49

Rename RoomThread to GroupThread

Rename RoomThread to GroupThread #49

Triggered via pull request January 31, 2024 21:53
Status Failure
Total duration 24s
Artifacts

build_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: src/Assistants.Tests/HarnessTests.cs#L218
'Assistant' does not contain a definition for 'CreateRoomThread'
build: src/Assistants.Tests/HarnessTests.cs#L218
'Assistant' does not contain a definition for 'CreateRoomThread'
build
Process completed with exit code 1.
build: src/Assistants/Thread.cs#L73
Cannot convert null literal to non-nullable reference type.
build: src/Assistants/AssistantBuilder.cs#L54
Non-nullable property 'ConfigureAIServices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Assistants/GroupThread/GroupThread.cs#L41
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/Assistants/GroupThread/GroupThread.cs#L65
Dereference of a possibly null reference.
build: src/Assistants/AssistantBuilder.cs#L219
XML comment has a param tag for 'inputParameter', but there is no parameter by that name
build: src/Assistants/AssistantBuilder.cs#L221
Parameter 'description' has no matching param tag in the XML comment for 'AssistantBuilder.WithInputParameter(string, string)' (but other parameters do)
build: src/Assistants/AssistantBuilder.cs#L221
Parameter 'defaultValue' has no matching param tag in the XML comment for 'AssistantBuilder.WithInputParameter(string, string)' (but other parameters do)
build: src/Assistants/Extensions/KernelExtensions.cs#L19
XML comment has a param tag for 'model', but there is no parameter by that name
build: src/Assistants/Extensions/KernelExtensions.cs#L19
XML comment has cref attribute 'AgentAssistantModel' that could not be resolved
build: src/Assistants/Extensions/KernelExtensions.cs#L20
Parameter 'otherAssistant' has no matching param tag in the XML comment for 'KernelExtensions.ImportPluginFromAgent(Kernel, IAssistant, IAssistant)' (but other parameters do)