clone method

Creates a shallow clone of this ReasoningOptions.

Implementation

ReasoningOptions clone() => ReasoningOptions(effort: effort, output: output);