Prompt messi in una cartella apposta

This commit is contained in:
2025-10-11 23:39:31 +02:00
parent 093a7f5a48
commit d64855286c
11 changed files with 122 additions and 114 deletions

View File

@@ -1,6 +1,7 @@
import pytest
from app.agents import AppModels
from app.agents.predictor import PREDICTOR_INSTRUCTIONS, PredictorInput, PredictorOutput, PredictorStyle
from app.agents.predictor import PredictorInput, PredictorOutput, PredictorStyle
from app.agents.prompts import PREDICTOR_INSTRUCTIONS
from app.api.base.markets import ProductInfo
def unified_checks(model: AppModels, input: PredictorInput) -> None: