João Walter Amadeu

Results 7 comments of João Walter Amadeu

probably not, i tried

I know this is a dead thread, but... i don't think this is in the scope of this library. It should only be responsible for handling translations, not rendering (as...

@aaronbolton You can use a code node in the agent's output. Like this: ``` javascript return { output: $input .first() .json.output.replace(/[\s\S]*?\s*/g, "") .trim(), }; ```

Disabling thinking is not an adequate solution, depending on your use case. As per the blog post you sent: > This can be useful in getting the model to think...

Both should be possible then. The problem is that only the option to toggle thinking doesn't have a workaround in N8N directly. If anyone could point me in the code...