Open PascalNobereit opened 1 month ago
Hi, I would like to be able to, similar to how I can load structured outputs from the Playground into the Python client, be able to load tools signatures so I only have to implement the execution in my code.
That would make life a lot easier.
I believe it's accessible if you include_model=True right now but agreed it's unergonomic. Will leave this issue open
include_model=True
Feature request
Hi, I would like to be able to, similar to how I can load structured outputs from the Playground into the Python client, be able to load tools signatures so I only have to implement the execution in my code.
Motivation
That would make life a lot easier.