Interface ToolCallProcessor
public interface ToolCallProcessor
-
Method Summary
Modifier and TypeMethodDescriptionprocessToolCallRequest(ToolCallRequest toolCallRequest) process a tool call request return a json string that represents the tool call response
-
Method Details
-
processToolCallRequest
process a tool call request return a json string that represents the tool call response- Parameters:
toolCallRequest-- Returns:
-