feat: Add AI Chatbot Feature with OpenAI Integration #919
Annotations
10 warnings
|
|
|
src/Server.UI/Pages/AI/Chatbot.razor#L300
Possible null reference argument for parameter 'content' in 'ChatMessage.ChatMessage(string role, string content, string? name = null, IList<ToolCall>? toolCalls = null, string? toolCallId = null)'.
|
|
src/Server.UI/Pages/AI/Chatbot.razor#L61
Possible null reference argument for parameter 'text' in 'Task Chatbot.CopyToClipboardAsync(string text)'.
|
|
src/Server.UI/Pages/AI/Chatbot.razor#L33
Dereference of a possibly null reference.
|
|
|
|
|
|
|
|
|
|
|
|
src/Application/Common/Interfaces/DataSourceServiceBase.cs#L17
The field 'DataSourceServiceBase<T>._comparison' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading