Open
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Please can request objects such as ChatCompletionsOptions and EmbeddingOptions implement equals properly. The motivation for this is it makes mocking quite hard on clients. We have been trying with serializing both to JSON and asserting on the JSON however this has caused some messy code with us having to encode vectors into base 64 before we can serialize etc.