Silvano Cerza
Silvano Cerza
`output_type` has never been necessary to convert the type, it's only used to set the correct output type for the Component. Even before this change you could put any type...
@gustavo-has-stone @alexsniffin We discussed a bit internally and decided to give the possibility to enable the previous behaviour by creating `ConditionalRouter` and `OutputAdapter` with `unsafe=True`. I just created a PR...
> I don't think that using an unsafe version is a good solution for us. We will try to find an alternative solution for our use case It's unsafe only...
> Let me see if I understand. If we try to route based on some controlled condition (e.g., message length), we will be fine. However, if we try to use...
@matheusfvesco PR deepset-ai/haystack-experimental#134 should fix this issue. I would recommend trying the `ToolInvoker` though, we're probably going to go forward experimenting with that instead of the `OpenAiFunctionCaller`.
I had to adapt the Pipeline a bit following the recent changes but I can't seem to reproduce the issue. This is the new one.  ``` import re from...
I made a small mistake in one of the custom Components that I used to replace the `OutputAdapter`s. This snippet here returns the expected output. Though the run order seems...
Solved by #8431.
Solved by #8431.
We have limited resources, both in terms of people and time, so we tend to focus first on integrations that people ask. We risk spreading ourselves too thin if we...