Skip to content

Commit f36929e

Browse files
committed
chore: add displayText to CallFrame
1 parent 435a83f commit f36929e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/gptscript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ export interface Usage {
640640
export interface CallFrame {
641641
id: string
642642
tool?: Tool
643+
displayText?: string
643644
inputContext: InputContext[]
644645
toolCategory?: string
645646
toolName: string

0 commit comments

Comments
 (0)