Skip to content

Commit

Permalink
Merge pull request #84 from thedadams/add-prompt-metadata
Browse files Browse the repository at this point in the history
feat: add prompt metadata field
  • Loading branch information
thedadams authored Aug 20, 2024
2 parents 7251d05 + 65b8d83 commit aff096d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gptscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ export interface PromptFrame {
message: string
fields: string[]
sensitive: boolean
metadata: Record<string, string>
}

export type Frame = RunFrame | CallFrame | PromptFrame
Expand Down

0 comments on commit aff096d

Please sign in to comment.