Innopolis University DevOps Playground
Skip to content

Add dto for (ML -> Backend) and Add classes for structured generation of tasks...

Nikita Tiurkov requested to merge feature_data_schema into main
  1. Add DTO for (ML -> Backend) as discussed and agreed with @m.rudakov.
  2. Add Pydantic classes for structured generation of tasks and theory.

These entities are separated to distinguish their semantics. Pydantic classes are designed for structured LLM generation and manipulation inside ML pipeline, and DTOs for excanging with Backend.

Merge request reports