Class A2AToolResponse
java.lang.Object
com.mulesoft.modules.agent.broker.internal.tool.ToolResponse
com.mulesoft.modules.agent.broker.internal.tool.a2a.A2AToolResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionA2AToolResponse(String result, ToolSelection selection, String taskId, String contextId, io.a2a.spec.TaskState state, List<io.a2a.spec.Part<?>> messageParts, List<io.a2a.spec.Artifact> artifacts) -
Method Summary
Methods inherited from class com.mulesoft.modules.agent.broker.internal.tool.ToolResponse
getResult, getSelection, getToolType
-
Constructor Details
-
A2AToolResponse
-
-
Method Details
-
isInputRequired
public boolean isInputRequired() -
getTaskId
-
getState
public io.a2a.spec.TaskState getState() -
getContextId
-
getArtifacts
-
getMessageParts
-