copyWith abstract method

  1. @override
LanguageModelOptions copyWith({
  1. String? model,
  2. int? concurrencyLimit,
})
override

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,
});