Skip to content

Commit

Permalink
Merge pull request #90 from thedadams/complete-tool-def-fields
Browse files Browse the repository at this point in the history
chore: complete ToolDef fields
  • Loading branch information
thedadams authored Sep 12, 2024
2 parents 1752988 + 88a6109 commit 7af9fd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gptscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,11 @@ export interface ToolDef {
export?: string[]
agents?: string[]
credentials?: string[]
exportCredentials?: string[]
inputFilters?: string[]
exportInputFilters?: string[]
outputFilters?: string[]
exportOutputFilters?: string[]
instructions?: string
type?: ToolType
metaData?: Record<string, string>
Expand Down

0 comments on commit 7af9fd5

Please sign in to comment.