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
In the current implementation, we do not have type generation for the FinishReason enum. Move this enum to the server side, replace all instances of string constants (search for "finish_reason"), and use the type generated by make generate-client-web on the client side.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What improvement(s) are you suggesting?
In the current implementation, we do not have type generation for the FinishReason enum. Move this enum to the server side, replace all instances of string constants (search for "finish_reason"), and use the type generated by
make generate-client-web
on the client side.Additional information
No response
The text was updated successfully, but these errors were encountered: