Initial code commit #6
Annotations
10 warnings
build:
src/Assistants/IAssistant.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/RoomThread/IRoomThread.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/AssistantBuilder.cs#L203
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/AssistantBuilder.cs#L204
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/IAssistant.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/IAssistant.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/Extensions/KernelArgumentsExtensions.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/Assistant.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/Assistant.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Assistants/Models/AssistantExecutionSettings.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|