josca42
josca42
Could really use this to support Anthropic extended thinking :-). Especially to use thinking with tool calls and display these to the user as demonstrated [here](https://github.com/anthropics/anthropic-cookbook/blob/main/extended_thinking/extended_thinking_with_tool_use.ipynb)
As promised @asvishnyakov
If these changes are something you would like to add then I'd be happy to create some good docs on how to use this kind of workflow to quickly create...
On a related note then I often want to use a pydantic object as input to an llm. This involves converting the pydantic object to a string representation that is...
As far as I can tell this can be achieved by simple doing updating frontend/src/components/Elements/CustomElement/Imports.ts to include: import * as Recharts from 'recharts'; import { ChartContainer, ChartTooltip, ... } from...
Perfect I'll make a pr tomorrow and then we can see how much frontend size is affected :-).