Type Alias ParallelToolCalls

Source
pub type ParallelToolCalls = bool;
Expand description

§on openai.yaml

ParallelToolCalls:
  description: Whether to enable [parallel function
    calling](/docs/guides/function-calling#configuring-parallel-function-calling)
    during tool use.
  type: boolean
  default: true