Searched refs:toolCallCounts (Results 1 – 1 of 1) sorted by relevance
44 private $toolCallCounts = []; variable in dokuwiki\\plugin\\dokullm\\LlmClient492 $this->toolCallCounts = [];515 if (!isset($this->toolCallCounts[$toolName])) {516 $this->toolCallCounts[$toolName] = 0;518 $this->toolCallCounts[$toolName]++;526 foreach ($this->toolCallCounts as $count) {