Add streaming capability for other tools

This commit is contained in:
Saoud Rizwan
2024-09-27 02:50:37 -04:00
parent 85e3042794
commit ec2b9c847e
2 changed files with 423 additions and 44 deletions

View File

@@ -1,5 +0,0 @@
export interface ClaudeRequestResult {
didEndLoop: boolean
inputTokens: number
outputTokens: number
}