Uses of Class
com.mulesoft.connectors.mcp.api.server.tool.ToolResponseContent
Packages that use ToolResponseContent
Package
Description
-
Uses of ToolResponseContent in com.mulesoft.connectors.mcp.api.server.tool
Subclasses of ToolResponseContent in com.mulesoft.connectors.mcp.api.server.toolModifier and TypeClassDescriptionclassDefines an embedded blob resource that's part of the response of a Tool implemented through this connectorclassDefines an image content that's part of the response of a tool implemented through this connectorclassDefines an embedded text resource that's part of the response of a Tool implemented through this connectorclassDefines a text content that's part of the response of a tool implemented through this connector -
Uses of ToolResponseContent in com.mulesoft.connectors.mcp.internal.server.source.tool
Method parameters in com.mulesoft.connectors.mcp.internal.server.source.tool with type arguments of type ToolResponseContentModifier and TypeMethodDescriptionvoidToolListener.onError(List<ToolResponseContent> onErrorResponses, org.mule.runtime.api.message.Error error, org.mule.sdk.api.runtime.source.SourceCallbackContext context) voidToolListener.onSuccess(List<ToolResponseContent> responses, org.mule.sdk.api.runtime.source.SourceCallbackContext context)