Uses of Class
ai.tutor.cab302exceptionalhandlers.Utils.AIUtils.ModelResponseFormat
Packages that use AIUtils.ModelResponseFormat
Package
Description
-
Uses of AIUtils.ModelResponseFormat in ai.tutor.cab302exceptionalhandlers.controller
Methods in ai.tutor.cab302exceptionalhandlers.controller with parameters of type AIUtils.ModelResponseFormatModifier and TypeMethodDescriptionChatController.createNewQuiz
(AIUtils.ModelResponseFormat response, Message responseMessage) Creates a new quiz from an AI response message. -
Uses of AIUtils.ModelResponseFormat in ai.tutor.cab302exceptionalhandlers.Utils
Methods in ai.tutor.cab302exceptionalhandlers.Utils that return AIUtils.ModelResponseFormatModifier and TypeMethodDescriptionAIUtils.generateResponse
(List<Message> history, Chat chatConfig, boolean isQuizMode) Calls /api/chat on the Ollama host generating an AI response based on chat history and configuration.Methods in ai.tutor.cab302exceptionalhandlers.Utils with parameters of type AIUtils.ModelResponseFormatModifier and TypeMethodDescriptionstatic boolean
AIUtils.validateQuizResponse
(AIUtils.ModelResponseFormat response) Validates the structure and content of an AI-generated quiz response.