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: move stop sequence decoding logic out of upstream filter (envoyproxy#1238)
**Description**
Currently `stop` field is defined as `any` type, when step field is
passed as string array it is decoded as `[]any` which then errors out in
the `processStop` function in the upstream filter. The fix is to define
the stop union type on the openai compatible API schema and decode right
there instead of in the translator.
**Related Issues/PRs (if applicable)**
Fixesenvoyproxy#1237
---------
Signed-off-by: Dan Sun <[email protected]>
0 commit comments