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
I'm trying to cache openai responses so that my tests will produce deterministic results, but the response types defined in this library don't implement Serialize, so I have to maintain a copy of them which does.
Would you be open to adding Serialize to all of the response types? This obviously increases the amount of generated code, but it makes consuming the data in cases like mine much easier.
The text was updated successfully, but these errors were encountered:
I'm trying to cache openai responses so that my tests will produce deterministic results, but the response types defined in this library don't implement
Serialize
, so I have to maintain a copy of them which does.Would you be open to adding
Serialize
to all of the response types? This obviously increases the amount of generated code, but it makes consuming the data in cases like mine much easier.The text was updated successfully, but these errors were encountered: