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
Right now the Chat type is just a serde_json::Value. Ideally this would be structured more to allow for more compile-time checks, and runtime validations.
Right now the
Chattype is just aserde_json::Value. Ideally this would be structured more to allow for more compile-time checks, and runtime validations.Useful Resources