mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
awaited
This commit is contained in:
parent
8b5dfa66d5
commit
e14fdd6678
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ class ChatThreadService extends Disposable implements IChatThreadService {
|
|||
|
||||
// compute these below
|
||||
let toolParams: ToolCallParams[ToolName]
|
||||
let toolResult: ToolResultType[typeof toolName]
|
||||
let toolResult: Awaited<ToolResultType[typeof toolName]>
|
||||
let toolResultStr: string
|
||||
|
||||
if (!opts.preapproved) { // skip this if pre-approved
|
||||
|
|
|
|||
Loading…
Reference in a new issue