se refactoriza las función extract_answers para que funcione con todos los schamas de datos de las respuestas estructuradas

This commit is contained in:
Mongar28
2025-11-14 14:52:03 -05:00
parent 3b0ba91ecc
commit 1fd99cc536
31 changed files with 147 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ def load_prompts_config(file_path):
return prompts_config
path_prompts = f"{os.path.abspath(os.path.join('..'))}/extraccion/prompts.yaml"
path_prompts = "extraccion/prompts.yaml"
prompts_config = load_prompts_config(path_prompts)
context = LLMContext()