Minor refactoring

This commit is contained in:
Saoud Rizwan
2024-07-23 06:38:34 -04:00
parent 9e5a475a2a
commit 5c283bc711
3 changed files with 13 additions and 12 deletions

View File

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