Skip to content

Commit aff096d

Browse files
authored
Merge pull request #84 from thedadams/add-prompt-metadata
feat: add prompt metadata field
2 parents 7251d05 + 65b8d83 commit aff096d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ export interface PromptFrame {
878878
message: string
879879
fields: string[]
880880
sensitive: boolean
881+
metadata: Record<string, string>
881882
}
882883

883884
export type Frame = RunFrame | CallFrame | PromptFrame

0 commit comments

Comments
 (0)