openai-go icon indicating copy to clipboard operation
openai-go copied to clipboard

The UnmarshalJSON function of the eval.go

Open Xuan-ll opened this issue 5 months ago • 2 comments

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?

Xuan-ll avatar Jul 07 '25 07:07 Xuan-ll

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?

dtmeadows avatar Jul 25 '25 19:07 dtmeadows

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

Xuan-ll avatar Jul 30 '25 02:07 Xuan-ll