feat(plugin): support plugin-provided tools (#34619)
This commit is contained in:
parent
a5c51e11d0
commit
194b0615e0
52 changed files with 1633 additions and 959 deletions
3
packages/plugin/src/v2/effect/runtime.ts
Normal file
3
packages/plugin/src/v2/effect/runtime.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import type { SessionApi } from "./generated/api.js"
|
||||
|
||||
export type SessionDomain = Pick<SessionApi<unknown>, "create" | "get" | "prompt" | "interrupt">
|
||||
Loading…
Add table
Add a link
Reference in a new issue