Sebastian Blesgen

Results 5 comments of Sebastian Blesgen

Using version 3.0.19 I still have to use the workarround ``` multipartFile=org.springframework.web.multipart.MultipartFile ``` to have a MutlipartFile when I want an array of file in the requestBody. ``` documents: type:...

I am wondering: - `testOutput `seems correct and this file should be generated in `generatedtest-sources` instead of `generated-source` - As it's a test, why `generateApiTests` has no effect on this...

> @sebastianblesgen did you find any workarounds for this? The only thing I can do is to use the suggested workaround using interfaceOnly 🤷🏻‍♂️

Isn't the purpose of feature like "thread" provided by OpenAI? I guess abstraction could use it as implementation (or in-memory list of history messages, should it be decided by configuration?)....