Skip to content

Commit 65b8d83

Browse files
committed
feat: add prompt metadata field
Signed-off-by: Donnie Adams <[email protected]>
1 parent 7251d05 commit 65b8d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

Lines changed: 1 addition & 0 deletions
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)