Interface ToolCallProcessor


public interface ToolCallProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    process a tool call request return a json string that represents the tool call response
  • Method Details

    • processToolCallRequest

      String processToolCallRequest(ToolCallRequest toolCallRequest)
      process a tool call request return a json string that represents the tool call response
      Parameters:
      toolCallRequest -
      Returns: