Feature Request
Reasoning was recently made Vec<String> to accommodate for the fact that OpenAI seems to have made a very strange choice in making reasoning an array of strings.
We should probably figure out how to deal with this issue as while it does now work, it is also a bit of an unnecessary DX papercut.
Motivation
Improve DX
Feature Request
Reasoning was recently made
Vec<String>to accommodate for the fact that OpenAI seems to have made a very strange choice in making reasoning an array of strings.We should probably figure out how to deal with this issue as while it does now work, it is also a bit of an unnecessary DX papercut.
Motivation
Improve DX