Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php38 private $toolCallCache = []; variable in dokuwiki\\plugin\\dokullm\\LlmClient
367 if (isset($this->toolCallCache[$cacheKey])) {
369 $toolResponse = $this->toolCallCache[$cacheKey];
413 $this->toolCallCache[$cacheKey] = $cacheEntry;