API base --> core
This commit is contained in:
@@ -2,7 +2,7 @@ import pytest
|
||||
from app.agents import AppModels
|
||||
from app.agents.predictor import PredictorInput, PredictorOutput, PredictorStyle
|
||||
from app.agents.prompts import PREDICTOR_INSTRUCTIONS
|
||||
from app.api.base.markets import ProductInfo
|
||||
from app.api.core.markets import ProductInfo
|
||||
|
||||
def unified_checks(model: AppModels, input: PredictorInput) -> None:
|
||||
llm = model.get_agent(PREDICTOR_INSTRUCTIONS, output_schema=PredictorOutput) # type: ignore[arg-type]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
from datetime import datetime
|
||||
from app.api.base.markets import ProductInfo, Price
|
||||
from app.api.core.markets import ProductInfo, Price
|
||||
|
||||
|
||||
@pytest.mark.aggregator
|
||||
|
||||
Reference in New Issue
Block a user