Gabriel Gonzalez

Results 4 issues of Gabriel Gonzalez

Using the attribute dir="ltr" changes the rotation of swipe actions but keeps the arrow rotation unchanged. This produces a weird effect, swiping left rotates left but using the left arrow...

The parameters were in the wrong order, causing 400 bad request errors. Also added test to verify the correct URL path is used during polling.

### Description The [VectorStoreFile.PollStatus](https://github.com/openai/openai-go/blob/main/polling.go#L28-L61) method is calling the underlying [Get](https://github.com/openai/openai-go/blob/main/polling.go#L35) method with parameters in the wrong order, causing API requests to fail with 400 Bad Request errors. ### Current Behavior...