Skip to content

Commit

Permalink
Merge pull request #85 from thedadams/add-entry-tool-id-to-program
Browse files Browse the repository at this point in the history
fix: add entryToolId to program
  • Loading branch information
thedadams authored Aug 22, 2024
2 parents 0ec49d9 + 02462fa commit 317e645
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 317e645

Please sign in to comment.