Uses of Class
xyz.felh.openai.bean.StreamToolCallsRequest
Packages that use StreamToolCallsRequest
-
Uses of StreamToolCallsRequest in xyz.felh.openai
Method parameters in xyz.felh.openai with type arguments of type StreamToolCallsRequestModifier and TypeMethodDescriptionvoidOpenAiService.createSteamChatCompletion(String requestId, CreateChatCompletionRequest request, @NonNull StreamListener<ChatCompletion> listener, BiFunction<String, ChatCompletion, StreamToolCallsRequest> toolCallsHandler) create chat completion by stream, sdk-side handled if there is tool_callsConstructor parameters in xyz.felh.openai with type arguments of type StreamToolCallsRequestModifierConstructorDescriptionStreamToolCallsReceiver(OpenAiService openAiService, String originalRequestId, BiFunction<String, ChatCompletion, StreamToolCallsRequest> toolCallsHandler, StreamListener<ChatCompletion> listener, CountDownLatch countDownLatch)