mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
fix
This commit is contained in:
parent
40aa5a2467
commit
7098e9072e
1 changed files with 2 additions and 2 deletions
|
|
@ -483,8 +483,8 @@ class ConvertToLLMMessageService extends Disposable implements IConvertToLLMMess
|
||||||
})
|
})
|
||||||
const includeXMLToolDefinitions = !specialToolFormat
|
const includeXMLToolDefinitions = !specialToolFormat
|
||||||
|
|
||||||
const runningTerminalIds = this.terminalToolService.listPersistentTerminalIds()
|
const persistentTerminalIDs = this.terminalToolService.listPersistentTerminalIds()
|
||||||
const systemMessage = chat_systemMessage({ workspaceFolders, openedURIs, directoryStr, activeURI, runningTerminalIds, chatMode, includeXMLToolDefinitions })
|
const systemMessage = chat_systemMessage({ workspaceFolders, openedURIs, directoryStr, activeURI, persistentTerminalIDs, chatMode, includeXMLToolDefinitions })
|
||||||
return systemMessage
|
return systemMessage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue