Benedikt Nordhoff

Results 4 issues of Benedikt Nordhoff

Fixes #3324 ## Summary The `includedTools` config option expects the `pluginKey`/`tool.name` for filtering included tools, which is incompatible with the implementation in `loadAndFormatTools` used for loading assistant tools. This change...

### What happened? When using includedTools to filter the available Plugins only the calculator tool remains available for assistants, while plugins are filtered as expected. The issue seems to be,...

bug

I have a schema with several (shared) sub-schemata. I've loaded the schema using `createAsync` and a custom provider that loads the schemata from disk. The issue I'm facing is that...

In #1071 it was mentioned that while directly pasting curl encoded requests (like copied from Chrome) is not supported one should use the generate code functionality. However this loses the...