move the llm_prompt_constants to its own folder

This commit is contained in:
perf3ct
2025-03-20 18:49:30 +00:00
parent e566692361
commit eb1ef36ab3
9 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import contextService from "../../services/llm/context_service.js";
import sql from "../../services/sql.js";
// Import the index service for knowledge base management
import indexService from "../../services/llm/index_service.js";
import { CONTEXT_PROMPTS } from '../../services/llm/llm_prompt_constants.js';
import { CONTEXT_PROMPTS } from '../../services/llm/prompts/llm_prompt_constants.js';
// LLM service constants
export const LLM_CONSTANTS = {