clone method
Creates a shallow clone of this ReasoningOptions.
Implementation
ReasoningOptions clone() => ReasoningOptions(effort: effort, output: output);
Creates a shallow clone of this ReasoningOptions.
ReasoningOptions clone() => ReasoningOptions(effort: effort, output: output);