From 758cbde6560b1aaf30774d519822985f7a452cd5 Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 6 Jul 2025 18:58:39 +0200 Subject: [PATCH] formatting --- .../llitellm_instructor/llm/prompts/render_prompt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cognee/infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts/render_prompt.py b/cognee/infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts/render_prompt.py index aa7a2a2cf..0525f30a4 100644 --- a/cognee/infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts/render_prompt.py +++ b/cognee/infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts/render_prompt.py @@ -25,7 +25,9 @@ def render_prompt(filename: str, context: dict, base_directory: str = None) -> s # Set the base directory relative to the cognee root directory if base_directory is None: - base_directory = get_absolute_path("./infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts") + base_directory = get_absolute_path( + "./infrastructure/llm/structured_output_framework/llitellm_instructor/llm/prompts" + ) # Initialize the Jinja2 environment to load templates from the filesystem env = Environment(