Skip to content

Commit 02462fa

Browse files
committed
fix: add entryToolId to program
Signed-off-by: Donnie Adams <[email protected]>
1 parent 0ec49d9 commit 02462fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ export interface ArgumentSchema {
719719

720720
export interface Program {
721721
name: string
722+
entryToolId: string
722723
toolSet: Record<string, Tool>
723724
openAPICache: Record<string, any>
724725
}

0 commit comments

Comments
 (0)