Searched refs:toolName (Results 1 – 2 of 2) sorted by relevance
22 public $toolName; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2ToolDetails25 public function setToolName($toolName) argument27 $this->toolName = $toolName;31 return $this->toolName;
360 $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]++;