Simone Vellei
Simone Vellei
@Lenstack I don't understand your issue. Please check imports and be sure to alias lingoose's openai to avoid conflicts with the go openai package.
@Lenstack Lingoose uses v1.19.2 of the go-openai package. In this version `FunctionDefinition` is not a pointer. If it had been a pointer the code would give compiling errors. Your [PR](https://github.com/henomis/lingoose/pull/186)...
> hi, I do need this feature too. Is there a plan to merge this PR? thanks @henomis @BabySid this PR needs some refactor.
> @henomis please let me know, what you think should be changed. Would be happy to incorporate it. @Arttii just follow the review comments.
@BabySid I'll open a new PR for this feature.
Implemented here: https://github.com/henomis/lingoose/pull/199
This one should fix: https://github.com/sashabaranov/go-openai/pull/558
I think threads and runs must have a separated PRs
@sashabaranov @vvatanabe [Run API PR](https://github.com/sashabaranov/go-openai/pull/560) is completed. It's a lot of code, I need some help from the go-openai community to test/review this one before merging it.
@kb Great job! Thanks for testing! I'll check your PR