openai-go
openai-go copied to clipboard
The UnmarshalJSON function of the eval.go
I only find the implementation of functions related to "eval" in version 1.0.1-beta 8,but I can't find the UnmarshalJSON function to all struct, now I want to receive and process http requests sent from the SDK about eval,but I can't Unmarshal those correctly. How can I do this?
Hey @Xuan-ll do you think you could provide a little more detail on what you are trying to do here? Are you trying to interact with Eval webhooks?
I want to do some compatibility work based on the eval and evalrun parts of the SDK, using the struct defined therein, so I need UnmarshalJSON function