Skip to content

Commit

Permalink
fix: add entryToolId to program
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 22, 2024
1 parent 0ec49d9 commit 02462fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gptscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ export interface ArgumentSchema {

export interface Program {
name: string
entryToolId: string
toolSet: Record<string, Tool>
openAPICache: Record<string, any>
}
Expand Down

0 comments on commit 02462fa

Please sign in to comment.