Skip to content

Commit 317e645

Browse files
authored
Merge pull request #85 from thedadams/add-entry-tool-id-to-program
fix: add entryToolId to program
2 parents 0ec49d9 + 02462fa commit 317e645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

+1
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)