Uses of Class
org.mockserver.llm.realtime.RealtimeTurn
Packages that use RealtimeTurn
-
Uses of RealtimeTurn in org.mockserver.client
Methods in org.mockserver.client with parameters of type RealtimeTurn -
Uses of RealtimeTurn in org.mockserver.llm.realtime
Methods in org.mockserver.llm.realtime that return RealtimeTurnModifier and TypeMethodDescriptionstatic RealtimeTurnRealtimeTurn.realtimeTurn()static RealtimeTurnRealtimeTurn.realtimeTurn(String text) RealtimeTurn.withAudioBase64(String audioBase64) RealtimeTurn.withAudioTranscript(String audioTranscript) RealtimeTurn.withInputTokens(Integer inputTokens) RealtimeTurn.withOutputTokens(Integer outputTokens) Methods in org.mockserver.llm.realtime with parameters of type RealtimeTurnModifier and TypeMethodDescriptionstatic List<RealtimeEvent>OpenAiRealtimeCodec.responseSequence(RealtimeTurn turn, RealtimeModality modality, RealtimeStreamingPhysics physics) The full ordered server event sequence emitted for a singleresponse.create.static List<RealtimeEvent>GeminiLiveCodec.serverContentSequence(RealtimeTurn turn, RealtimeModality modality, RealtimeStreamingPhysics physics) The full orderedserverContentmessage stream emitted for one clientclientContentturn.