Uses of Class
rocks.imsofa.ai.puppychatter.openai.ToolCallRequest
Packages that use ToolCallRequest
-
Uses of ToolCallRequest in rocks.imsofa.ai.puppychatter.openai
Fields in rocks.imsofa.ai.puppychatter.openai with type parameters of type ToolCallRequestModifier and TypeFieldDescriptionprotected List<ToolCallRequest> ToolCallRequestConversation.tool_callsprotected Map<String, Map<String, ToolCallRequest>> OpenAICompatiblePuppyChatter.toolCallRequeststhe tool call requests for all sessions sessionId=>toolCallId=>ToolCallRequestMethods in rocks.imsofa.ai.puppychatter.openai that return types with arguments of type ToolCallRequestMethods in rocks.imsofa.ai.puppychatter.openai with parameters of type ToolCallRequestModifier and TypeMethodDescriptionToolCallProcessor.processToolCallRequest(ToolCallRequest toolCallRequest) process a tool call request return a json string that represents the tool call responseMethod parameters in rocks.imsofa.ai.puppychatter.openai with type arguments of type ToolCallRequestModifier and TypeMethodDescriptionvoidToolCallRequestConversation.setTool_calls(List<ToolCallRequest> tool_calls) Constructor parameters in rocks.imsofa.ai.puppychatter.openai with type arguments of type ToolCallRequestModifierConstructorDescriptionToolCallRequestConversation(String role, String content, String refusal, String reasoning, List<ToolCallRequest> tool_calls)