Home
last modified time | relevance | path

Searched refs:getAnswer (Results 1 – 19 of 19) sorted by relevance

/plugin/aichat/Model/
DChatInterface.php29 public function getAnswer(array $messages): string; function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
DMultipleChoiceSubmission.php37 public function getAnswer() function in Google\\Service\\Classroom\\MultipleChoiceSubmission
DShortAnswerSubmission.php37 public function getAnswer() function in Google\\Service\\Classroom\\ShortAnswerSubmission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
DUpsertAnswerRequest.php35 public function getAnswer() function in Google\\Service\\MyBusinessQA\\UpsertAnswerRequest
/plugin/aichat/Model/OpenAI/
DChatModel.php11 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\OpenAI\\ChatModel
/plugin/aichat/Model/Ollama/
DChatModel.php10 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\Ollama\\ChatModel
/plugin/aichat/Model/Gemini/
DChatModel.php10 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\Gemini\\ChatModel
/plugin/aichat/Model/Mistral/
DChatModel.php10 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\Mistral\\ChatModel
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer.php53 public function getAnswer() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
DGoogleCloudDialogflowV2beta1FaqAnswer.php57 public function getAnswer() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1FaqAnswer
DGoogleCloudDialogflowV2FaqAnswer.php57 public function getAnswer() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2FaqAnswer
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1FaqAnswerData.php57 public function getAnswer() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1FaqAnswerData
/plugin/aichat/Model/Reka/
DChatModel.php20 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\Reka\\ChatModel
/plugin/aichat/Model/Anthropic/
DChatModel.php22 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\Anthropic\\ChatModel
/plugin/aichatlocal/Model/
DChatModel.php29 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichatlocal\\Model\\Local\\ChatModel
/plugin/aichat/Model/Generic/
DAbstractGenericModel.php66 public function getAnswer(array $messages): string function in dokuwiki\\plugin\\aichat\\Model\\Generic\\AbstractGenericModel
/plugin/aichat/
Dhelper.php238 $answer = $this->getChatModel()->getAnswer($messages);
267 return $this->getRephraseModel()->getAnswer($messages);
DAGENTS.md72 - `ChatInterface`: For conversational models (getAnswer method)
/plugin/aichat/_test/
DAbstractModelTest.php75 $reply = $model->getAnswer([