final | |
|---|---|
readonly | |
extends |
BaseMetadata |
implements |
Arrayable<array{name: non-empty-string, type: 'ref/prompt', title?: non-empty-string}> |
Identifies a prompt.
| Methods | ||
|---|---|---|
public
|
__construct(string $name, ?string $title = null)
|
# |
public
static
|
fromArray(array<string, mixed> $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\BaseMetadata |
|---|
getDisplayName() |
| Constants | |||
|---|---|---|---|
public
|
string |
TYPE = 'ref/prompt'
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\BaseMetadata |
|---|
$name, $title |