Beimnet Tesfaye
Beimnet Tesfaye
Hi! I’ve started looking into this issue. I’ll post updates here as I make progress.
Hi! I'm currently assigned to this issue, and after reviewing the repo, I found that the compatibility test for openai-go (including tensorzero::tags) already exists in openai_compatibility_test.go. Just wanted to confirm...
@GabrielBianconi The test is in: clients/openai-go/tests/openai_compatibility_test.go , There are several test cases that use the tensorzero:: format for example, in the TestBasicInference function, call: > req.WithExtraFields(map[string]any{ > "tensorzero::episode_id": episodeID.String(), >...
I’ll go ahead and add a new test that specifically uses tensorzero::tags, similar to what’s in the Python and Node tests.Appreciate the guidance I’ll follow up shortly with the changes!