Merged temp-branch into origin/human-relay and resolved conflicts

This commit is contained in:
Felix NyxJae 2025-03-03 12:07:00 +08:00
parent 626827ab3f
commit ee7650cd0f

View file

@ -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