openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.run
/
RunStepDeltaData
Run
Step
Delta
Data
@
Serializable
data
class
RunStepDeltaData
(
val
stepDetails
:
RunStepDetails
)
The delta containing the fields that have changed on the run step.
Members
Constructors
Run
Step
Delta
Data
Link copied to clipboard
constructor
(
stepDetails
:
RunStepDetails
)
Properties
step
Details
Link copied to clipboard
@
SerialName
(
value
=
"step_details"
)
val
stepDetails
:
RunStepDetails
the details of the run step.