mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
Render HITL approval cards inline in the thinking-steps timeline.
This commit is contained in:
parent
4b2c9f07cd
commit
a8417e3c45
4 changed files with 158 additions and 14 deletions
|
|
@ -6,6 +6,12 @@ export {
|
|||
useHitlBundle,
|
||||
useToolCallIdContext,
|
||||
} from "./bundle-context";
|
||||
export {
|
||||
type HitlRenderTarget,
|
||||
HitlRenderTargetProvider,
|
||||
useHitlRenderTarget,
|
||||
withHitlInTimeline,
|
||||
} from "./render-target";
|
||||
export type {
|
||||
HitlDecision,
|
||||
InterruptActionRequest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue