Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php44 private $toolCallCounts = []; variable in dokuwiki\\plugin\\dokullm\\LlmClient
492 $this->toolCallCounts = [];
515 if (!isset($this->toolCallCounts[$toolName])) {
516 $this->toolCallCounts[$toolName] = 0;
518 $this->toolCallCounts[$toolName]++;
526 foreach ($this->toolCallCounts as $count) {