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 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;