Skip to content

Add ToolChoice to CreateRunRequest class #284

@marcusx2

Description

@marcusx2

Feature Request

Is your feature request related to a problem? Please describe.

With the new version of OpenAPI, the tool can be ignored and not used if the tool choice is left with its default value.

Describe the solution you'd like

Add a new property to the CreateRunRequest method, as such

[Preserve]
[JsonProperty("tool_choice")]
public IReadOnlyDictionary<string, string> ToolChoice { get; }

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions