mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 09:12:40 +02:00
chat-messages: add timeline tool registry with HITL-aware fallback.
This commit is contained in:
parent
48c4df822a
commit
97a7626179
9 changed files with 778 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
export { adaptItemToProps } from "./adapt-props";
|
||||
export { FallbackToolBody } from "./fallback";
|
||||
export { getToolComponent, TIMELINE_TOOL_NAMES } from "./registry";
|
||||
export type { TimelineToolComponent, TimelineToolProps } from "./types";
|
||||
Loading…
Add table
Add a link
Reference in a new issue