feat: unwrap tool namespaces to flat exports + barrel (#22762)
This commit is contained in:
parent
f6cc228684
commit
5011465c81
48 changed files with 578 additions and 581 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Tool } from "./tool"
|
||||
import * as Tool from "./tool"
|
||||
import DESCRIPTION from "./task.txt"
|
||||
import z from "zod"
|
||||
import { Session } from "../session"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue