Relaxed CLI requirements when defaults are specified in the profile or application defaults
This commit is contained in:
@@ -54,18 +54,22 @@ type RunRequest struct {
|
||||
|
||||
// RunResult represents the complete result of a prompt execution run.
|
||||
type RunResult struct {
|
||||
RunID string
|
||||
Artifact Artifact
|
||||
RawOutput string
|
||||
Validation ValidationResult
|
||||
ProfileID string
|
||||
ProfileVersion string
|
||||
ProfileHash string
|
||||
ModelName string
|
||||
Endpoint string
|
||||
ModelParams ModelTarget
|
||||
InputHashes map[string]string
|
||||
PromptHash string
|
||||
Usage TokenUsage
|
||||
StartTime time.Time
|
||||
EndTime time.Time
|
||||
Duration time.Duration
|
||||
Error error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user