Package com.openai.models
Interface RunStepDelta.StepDetails.Visitor
-
- All Implemented Interfaces:
public interface RunStepDelta.StepDetails.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TvisitMessageCreation(RunStepDeltaMessageDelta messageCreation)Details of the message creation by the run step. abstract TvisitToolCalls(ToolCallDeltaObject toolCalls)Details of the tool call. Tunknown(JsonValue json)-
-
Method Detail
-
visitMessageCreation
abstract T visitMessageCreation(RunStepDeltaMessageDelta messageCreation)
Details of the message creation by the run step.
-
visitToolCalls
abstract T visitToolCalls(ToolCallDeltaObject toolCalls)
Details of the tool call.
-
-
-
-