EvaluationMetricsThresholdsToolMatchingSettings.fromJson constructor

EvaluationMetricsThresholdsToolMatchingSettings.fromJson(
  1. Map json_
)

Implementation

EvaluationMetricsThresholdsToolMatchingSettings.fromJson(core.Map json_)
  : this(
      extraToolCallBehavior: json_['extraToolCallBehavior'] as core.String?,
    );