final | |
|---|---|
readonly | |
extends |
Result |
implements |
ServerResult |
The server's response to a tool call.
| Methods | ||
|---|---|---|
public
|
__construct(
list<AudioContent|EmbeddedResource|ImageContent|ResourceLink|TextContent> $content,
null|array<string, mixed> $structuredContent = null,
?bool $isError = null,
MetaObject $meta = new MetaObject(),
)
|
# |
public
static
|
fromArray(array $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
| Properties | |||
|---|---|---|---|
public
|
list<AudioContent|EmbeddedResource|ImageContent|ResourceLink|TextContent>
|
$content
|
# |
public
|
null|array<string, mixed>
|
$structuredContent
|
# |
public
|
?bool
|
$isError
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\Result |
|---|
$meta |