mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
move the llm_prompt_constants to its own folder
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
import log from '../../log.js';
|
||||
import { AGENT_TOOL_PROMPTS } from '../llm_prompt_constants.js';
|
||||
import { AGENT_TOOL_PROMPTS } from '../prompts/llm_prompt_constants.js';
|
||||
|
||||
export interface SubQuery {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user