GetPromptRequestBuilder

DSL builder for constructing GetPromptRequest instances.

This builder retrieves a specific prompt by name, optionally with arguments.

Required

  • name - The name of the prompt to retrieve

Optional

  • arguments - Arguments to pass to the prompt

  • meta - Metadata for the request

See also

Properties

Link copied to clipboard

Optional arguments to pass to the prompt.

Link copied to clipboard
var name: String?

The name of the prompt to retrieve. This is a required field.

Functions

Link copied to clipboard
fun meta(builderAction: RequestMetaBuilder.() -> Unit)

Sets request metadata using a DSL builder.