add ChatRequestOptions parameter to AskMemory methods across services… #42
Annotations
3 errors and 2 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/MaIN.Services/Services/LLMService/XaiService.cs#L41
'XaiService.AskMemory(Chat, ChatMemoryOptions, CancellationToken)': no suitable method found to override
|
|
build:
src/MaIN.Services/Services/LLMService/XaiService.cs#L41
'XaiService.AskMemory(Chat, ChatMemoryOptions, CancellationToken)': no suitable method found to override
|
|
build:
src/MaIN.Domain/Entities/Tools/ToolInvocation.cs#L5
Non-nullable property 'ToolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MaIN.Domain/Entities/Tools/ToolInvocation.cs#L5
Non-nullable property 'ToolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|