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