Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DBuildBazelRemoteExecutionV2ToolDetails.php22 public $toolName; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2ToolDetails
25 public function setToolName($toolName) argument
27 $this->toolName = $toolName;
31 return $this->toolName;
/plugin/dokullm/
H A DLlmClient.php360 $toolName = $toolCall['function']['name'];
364 $cacheKey = md5($toolName . serialize($arguments));
382 switch ($toolName) {
405 $toolResponse['content'] = 'Unknown tool: ' . $toolName;
513 $toolName = $toolCall['function']['name'];
515 if (!isset($this->toolCallCounts[$toolName])) {
516 $this->toolCallCounts[$toolName] = 0;
518 $this->toolCallCounts[$toolName]++;