PMix: remove former description

This commit is contained in:
Enrico Ros
2024-12-31 01:09:32 -08:00
parent 64933bea7e
commit 79119c4770
+1 -10
View File
@@ -6,16 +6,7 @@ import { findLLMOrThrow } from '~/common/stores/llms/store-llms';
import { getChatAutoAI } from '../../../apps/chat/store-app-chat';
/*type Variables =
| '{{Today}}'
| '{{Cutoff}}'
| '{{PreferTables}}'
| '{{RenderMermaid}}'
| '{{RenderPlantUML}}'
| '{{RenderSVG}}'
| '{{InputImage0}}'
| '{{ToolBrowser0}}';
/*
type VariableResolverContext = {
assistantLlmId: DLLMId;
};