Run report generation without workspace state
This commit is contained in:
@@ -61,15 +61,13 @@ type ProfileInspection struct {
|
||||
}
|
||||
|
||||
// ExecuteRequest selects one exact prompt execution. DataPackage is the exact
|
||||
// YAML input; implementations must copy it before retaining it. DataPackagePath
|
||||
// is provenance for the inline input, not a provider-readable file reference.
|
||||
// YAML input; implementations must copy it before retaining it.
|
||||
type ExecuteRequest struct {
|
||||
PromptID string
|
||||
PromptVersion string
|
||||
ProfileID string
|
||||
DataPackage []byte
|
||||
DataPackagePath string
|
||||
CaptureDebug bool
|
||||
PromptID string
|
||||
PromptVersion string
|
||||
ProfileID string
|
||||
DataPackage []byte
|
||||
CaptureDebug bool
|
||||
}
|
||||
|
||||
// PreparationCallback receives safe preparation provenance before provider work.
|
||||
@@ -90,7 +88,6 @@ type Preparation struct {
|
||||
StartedAt time.Time
|
||||
EndedAt time.Time
|
||||
Duration time.Duration
|
||||
DataPackagePath string
|
||||
}
|
||||
|
||||
// PreparationDebug contains content-rich preparation details for an explicitly
|
||||
@@ -127,7 +124,6 @@ type Execution struct {
|
||||
EndedAt time.Time
|
||||
Duration time.Duration
|
||||
Validation Validation
|
||||
DataPackagePath string
|
||||
RawOutput []byte
|
||||
Debug *ExecutionDebug
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user