parallelToolCalls property
- @JsonKey.new(name: 'parallel_tool_calls', includeIfNull: false)
inherited
Whether to enable parallel function calling during tool use.
Implementation
@JsonKey(name: 'parallel_tool_calls', includeIfNull: false)
bool? get parallelToolCalls => throw _privateConstructorUsedError;