Home
last modified time | relevance | path

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

/plugin/dokullm/
H A DLlmClient.php438 * @param bool $toolsCalled Whether tools have already been called (used for loop protection)
442 private function callAPIWithTools($data, $toolsCalled = false, $useTools = true) argument
454 if ($toolsCalled) {
529 $toolsCalled = true;
537 $toolsCalled = true;
542 return $this->callAPIWithTools($data, $toolsCalled, $useTools);