Skip to content

Commit

Permalink
fix: simplify Step Run (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsafreno committed Sep 19, 2023
1 parent 36b0328 commit f2c70c7
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,22 +763,19 @@ components:
StepRun:
type: object
properties:
provider:
providerName:
type: string
invocation:
type: string
modelParams:
type: object
properties:
name:
type: string
invocation:
type: string
modelParams:
type: object
additionalProperties: true
inputs:
type: object
additionalProperties: true
outputs:
type: object
additionalProperties: true
additionalProperties: true
inputs:
type: object
additionalProperties: true
outputs:
type: object
additionalProperties: true
context:
type: object
properties:
Expand All @@ -792,6 +789,15 @@ components:
endTime:
type: string
format: date-time
required:
- providerName
- invocation
- modelParams
- inputs
- outputs
- elapsedTime
- startTime
- endTime

RunResponse:
type: object
Expand Down

0 comments on commit f2c70c7

Please sign in to comment.