Bugfixes and improved alignment with architecture blueprint

This commit is contained in:
2026-05-04 20:36:12 -05:00
parent c07320f9d0
commit fa070a296d
10 changed files with 158 additions and 34 deletions

View File

@@ -43,11 +43,13 @@ const (
// RunRequest represents a request to generate a single artifact.
type RunRequest struct {
ProfileID string
Inputs map[string]ArtifactRef
Vars map[string]string
Model *ModelTarget
Metadata map[string]string
ProfileID string
ProfileVersion string
Inputs map[string]ArtifactRef
Vars map[string]string
Model *ModelTarget
Validation *OutputContract
Metadata map[string]string
}
// RunResult represents the complete result of a prompt execution run.