parallelToolCalls property
- @JsonKey.new(name: 'parallel_tool_calls', includeIfNull: false)
inherited
Whether to enable parallel function calling during tool use.
Implementation
@_ChatCompletionToolChoiceOptionConverter()@JsonKey(name: 'tool_choice', includeIfNull: false) ChatCompletionToolChoiceOption? get toolChoice;/// Whether to enable [parallel function calling](https://platform.openai.com/docs/guides/function-calling#configuring-parallel-function-calling)
/// during tool use.
@JsonKey(name: 'parallel_tool_calls', includeIfNull: false) bool? get parallelToolCalls;