Searched defs:parseAPIResponse (Results 1 – 8 of 8) sorted by relevance
18 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Mistral\\AbstractMistralModel
49 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Ollama\\AbstractOllama
66 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Anthropic\\ChatModel
63 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Reka\\ChatModel
58 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichatlocal\\Model\\Local\\ChatModel
62 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Gemini\\AbstractGeminiModel
46 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Generic\\AbstractGenericModel
251 abstract protected function parseAPIResponse($response); function in dokuwiki\\plugin\\aichat\\Model\\AbstractModel