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
The previous IDL had an invalid union of two sequence<dictionaries>, which are not distinguishable.
This new approach is mostly the same. However, it also allows mixtures of shorthand and non-shorthand contents, e.g. [{ role: "user", content: "Foo" }, { role: "user", content: [{ type: "text", value: "Bar" }] }]. That seems like a good thing.
0 commit comments