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