parallelToolCalls property

  1. @JsonKey.new(name: 'parallel_tool_calls', includeIfNull: false)
bool? get parallelToolCalls
inherited

Whether to enable parallel function calling during tool use.

Implementation

@JsonKey(name: 'parallel_tool_calls', includeIfNull: false)
bool? get parallelToolCalls => throw _privateConstructorUsedError;