Skip to content

Commit 88a6109

Browse files
committedSep 12, 2024··
chore: complete ToolDef fields
Signed-off-by: Donnie Adams <donnie@acorn.io>
1 parent 1752988 commit 88a6109

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)
Please sign in to comment.