Class ToolCallResponseConversation

java.lang.Object
rocks.imsofa.ai.puppychatter.Conversation
rocks.imsofa.ai.puppychatter.openai.ToolCallResponseConversation
All Implemented Interfaces:
Cloneable

public class ToolCallResponseConversation extends Conversation
  • Field Details

    • tool_call_id

      protected String tool_call_id
    • name

      protected String name
  • Constructor Details

    • ToolCallResponseConversation

      public ToolCallResponseConversation(String role, String content, String toolCallId, String name)
  • Method Details