toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final toolInvocationParameterCorrectnessThreshold =
this.toolInvocationParameterCorrectnessThreshold;
return {
'toolInvocationParameterCorrectnessThreshold':
?toolInvocationParameterCorrectnessThreshold,
};
}