unexpectedToolCall constant

Candidate_FinishReason const unexpectedToolCall

Model generated a tool call but no tools were enabled in the request.

Implementation

static const unexpectedToolCall = Candidate_FinishReason(
  'UNEXPECTED_TOOL_CALL',
);