co-mono/packages/ai/test
Mario Zechner b129154cc8 Add ToolRenderResult interface for custom tool rendering
- Changed ToolRenderer return type from TemplateResult to ToolRenderResult
- ToolRenderResult = { content: TemplateResult, isCustom: boolean }
- isCustom: true = no card wrapper, false = wrap in card
- Updated all existing tool renderers to return new format
- Updated Messages.ts to handle custom rendering

This enables tools to render without default card chrome when needed.
2025-10-11 04:40:42 +02:00
..
data feat(ai): Add image input tests for vision-capable models 2025-08-30 18:37:17 +02:00
abort.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
agent.test.ts Add ToolRenderResult interface for custom tool rendering 2025-10-11 04:40:42 +02:00
empty.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
enum-test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
handoff.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
stream.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
tool-call-without-result.test.ts Remove tool calls for which there are no results in subsequent user messages. 2025-10-01 22:18:30 +02:00
tool-validation.test.ts Fix NodeJS compat 2025-09-16 02:19:47 +02:00