IntelligenceX
Class

ToolRunnerOptions

Namespace IntelligenceX.OpenAI.Tools
Assembly IntelligenceX
Modifiers sealed

Tool runner configuration.

Inheritance

  • Object
  • ToolRunnerOptions

Constructors

Properties

public Int32 MaxRounds { get; set; } #

Maximum number of tool-call rounds allowed.

public Boolean ParallelToolCalls { get; set; } #

Whether to execute tool calls in parallel.