You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add TOOL_CHOICE to ModelOptions like TEMPERATURE not a sentinel
The pass-thru behavior was not clear enough, so adding it to ModelOptions
where important options are known. Most of these are sentinels which are
removed (because @@@) but this will be like TEMPERATURE which is passed
through to the backends.
No behavior change, but give a handly constant and a place to look for these.
This does not address all the other possible pass through args.
Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
0 commit comments