mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merged temp-branch into origin/human-relay and resolved conflicts
This commit is contained in:
parent
626827ab3f
commit
ee7650cd0f
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ export class HumanRelayHandler implements ApiHandler, SingleCompletionHandler {
|
|||
constructor(options: ApiHandlerOptions) {
|
||||
this.options = options
|
||||
}
|
||||
async countTokens(content: Array<Anthropic.Messages.ContentBlockParam>): Promise<number> {
|
||||
// Count the number of tokens in the content blocks
|
||||
return 0
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a message processing flow, display a dialog box to request human assistance
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue