extraToolCallBehavior property

String? extraToolCallBehavior
getter/setter pair

Behavior for extra tool calls.

Defaults to FAIL.

Optional. Possible string values are:

  • "EXTRA_TOOL_CALL_BEHAVIOR_UNSPECIFIED" : Unspecified behavior. Defaults to FAIL.
  • "FAIL" : Fail the evaluation if an extra tool call is encountered.
  • "ALLOW" : Allow the extra tool call.

Implementation

core.String? extraToolCallBehavior;