rivet icon indicating copy to clipboard operation
rivet copied to clipboard

[Bug]: ToolChoice Required choice missing

Open castortech opened this issue 6 months ago • 0 comments

What happened?

In ChatNodeBase we have: toolChoice?: 'none' | 'auto' | 'function'; But in later on in the same file we have another choice "Required":

options: [
              { value: '', label: 'Default' },
              { value: 'none', label: 'None' },
              { value: 'auto', label: 'Auto' },
              { value: 'function', label: 'Function' },
              { value: 'required', label: 'Required' },
            ],

why ?

What was the expected functionality?

Rivet did not work as expected!

Describe your environment

MacOS, Node 14.0.0, etc.

Relevant log output


Relevant screenshots

No response

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

castortech avatar Oct 15 '25 17:10 castortech