Skip to content

Commit 7af9fd5

Browse files
authored
Merge pull request #90 from thedadams/complete-tool-def-fields
chore: complete ToolDef fields
2 parents 1752988 + 88a6109 commit 7af9fd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gptscript.ts

+5
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,11 @@ export interface ToolDef {
769769
export?: string[]
770770
agents?: string[]
771771
credentials?: string[]
772+
exportCredentials?: string[]
773+
inputFilters?: string[]
774+
exportInputFilters?: string[]
775+
outputFilters?: string[]
776+
exportOutputFilters?: string[]
772777
instructions?: string
773778
type?: ToolType
774779
metaData?: Record<string, string>

0 commit comments

Comments
 (0)