Package com.pnfsoftware.jeb.util.llm
Class LlmConversationBuilder.ContentToolResponse
java.lang.Object
com.pnfsoftware.jeb.util.llm.LlmConversationBuilder.Content
com.pnfsoftware.jeb.util.llm.LlmConversationBuilder.ContentToolResponse
- Enclosing class:
LlmConversationBuilder
public static class LlmConversationBuilder.ContentToolResponse
extends LlmConversationBuilder.Content
Tool response content block sent back to an LLM after a tool-use request.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentToolResponse(String id, String name, Object response) Create a tool-response content block. -
Method Summary
-
Field Details
-
id
Identifier of the tool-use request being answered. -
name
Tool name. -
response
Tool response payload.
-
-
Constructor Details
-
ContentToolResponse
Create a tool-response content block.- Parameters:
id- identifier of the tool-use request being answeredname- tool nameresponse- tool response payload
-
-
Method Details