langchain_agentx_stream_ui 0.1.3 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { b as ToolDisplayProps, T as ToolBodyComponent } from './types-aXj5TYSP.js';
3
- import { T as ToolDisplayRegistry } from './sessionViewOptions-DLSFRQwZ.js';
2
+ import { b as ToolDisplayProps, T as ToolBodyComponent } from './types-BEXSHQG7.js';
3
+ import { T as ToolDisplayRegistry } from './sessionViewOptions-WM00Fpcn.js';
4
4
 
5
5
  declare function DefaultToolBody({ result, bodyMode, onBodyModeChange, }: ToolDisplayProps): react_jsx_runtime.JSX.Element;
6
6
 
@@ -20,7 +20,7 @@ declare function WriteToolBody({ input, result, bodyMode, onBodyModeChange, }: T
20
20
 
21
21
  declare function BashToolBody({ result, bodyMode, onBodyModeChange, }: ToolDisplayProps): react_jsx_runtime.JSX.Element;
22
22
 
23
- declare function AgentToolBody({ result, bodyMode, onBodyModeChange, status, subagentProgress, }: ToolDisplayProps): react_jsx_runtime.JSX.Element;
23
+ declare function AgentToolBody({ result, bodyMode, onBodyModeChange, status, subagentProgress, subagentTranscript, }: ToolDisplayProps): react_jsx_runtime.JSX.Element;
24
24
 
25
25
  declare function WebSearchToolBody({ result, bodyMode, onBodyModeChange, }: ToolDisplayProps): react_jsx_runtime.JSX.Element;
26
26
 
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { a as ToolBodyMode } from './types-aXj5TYSP.js';
2
+ import { a as ToolBodyMode } from './types-BEXSHQG7.js';
3
3
 
4
4
  declare const MAX_PREVIEW_LINES = 3;
5
5
  interface TruncatedContentProps {