GetPromptRequest extension type
Used by the client to get a prompt provided by the server.
Constructors
-
GetPromptRequest.new({required String name, Map<
String, Object?> ? arguments, MetaWithProgressToken? meta}) -
factory
-
GetPromptRequest.fromMap(Map<
String, Object?> _value)
Properties
-
arguments
→ Map<
String, Object?> ? -
Arguments to use for templating the prompt.
no setter
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited
- name → String
-
The name of the prompt or prompt template.
no setter
Constants
- methodName → const String