sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Tool Resources for Threads

pkosiec opened this issue · comments

Is your feature request related to a problem? Please describe.
The tool_resources property is missing from the Thread request and object.

Describe the solution you'd like

Added types for the missing properties.

Additional context

The tool_resources are used for the file search functionality, as well as the code interpreter.

I'll create a PR soon as I implemented it already 👍