ToolsCallResponse

org.llm4s.mcp.ToolsCallResponse
See theToolsCallResponse companion object
case class ToolsCallResponse(content: Seq[MCPContent], isError: Option[Boolean])

Response from tool execution containing the results.

Value parameters

content

Array of content items returned by the tool

isError

Optional flag indicating if this represents an error

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product