fix(stage-ui): plugin tools not enabled
This commit is contained in:
@@ -65,6 +65,7 @@ export const useLLM = defineStore('llm', () => {
|
||||
...await mcp(),
|
||||
...await debug(),
|
||||
...await createSparkCommandTool({ sendSparkCommand }),
|
||||
...await llmToolsStore.activeTools,
|
||||
].toReversed(),
|
||||
tool => toolNameFrom(tool) ?? tool,
|
||||
).toReversed()
|
||||
|
||||
Reference in New Issue
Block a user