fix(coding-agent): export ToolCallEventResult closes #2458

This commit is contained in:
Mario Zechner
2026-03-20 12:54:33 +01:00
parent 6de8a2570b
commit 47ea28b584
3 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ export {
type SessionSwitchEvent,
type SessionTreeEvent,
type ToolCallEvent,
type ToolCallEventResult,
type ToolDefinition,
type ToolRenderResultOptions,
type ToolResultEvent,

View File

@@ -112,6 +112,7 @@ export type {
SlashCommandSource,
TerminalInputHandler,
ToolCallEvent,
ToolCallEventResult,
ToolDefinition,
ToolInfo,
ToolRenderResultOptions,