move constants to their own files and folder

This commit is contained in:
perf3ct
2025-03-26 17:56:37 +00:00
parent 44b6734034
commit c49883fdfa
12 changed files with 56 additions and 25 deletions

View File

@@ -13,7 +13,7 @@
*/
import log from '../../log.js';
import { AGENT_TOOL_PROMPTS } from '../prompts/llm_prompt_constants.js';
import { AGENT_TOOL_PROMPTS } from '../constants/llm_prompt_constants.js';
export interface SubQuery {
id: string;