RunCreateRequest.Tools

RunCreateRequest.Tools property

Gets or sets the tools that override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.

public List<Tool> Tools { get; set; }

See Also