Bump SK to v1.3.0 + Planners #60
Annotations
10 warnings
build:
src/Assistants/Thread.cs#L72
Cannot convert null literal to non-nullable reference type.
|
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#L138
XML comment has a param tag for 'inputParameter', but there is no parameter by that name
|
build:
src/Assistants/AssistantBuilder.cs#L140
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#L140
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)
|
build:
src/Assistants/Models/AssistantPromptExecutionSettings.cs#L6
Missing XML comment for publicly visible type or member 'AssistantPromptExecutionSettings'
|