copyWith abstract method
Creates a copy of this RunnableOptions with the given fields replaced by the new values.
Implementation
@override
LanguageModelOptions copyWith({
final String? model,
final int? concurrencyLimit,
});
Creates a copy of this RunnableOptions with the given fields replaced by the new values.
@override
LanguageModelOptions copyWith({
final String? model,
final int? concurrencyLimit,
});