class MCProtocol::GetPromptRequestParams

Included Modules

Defined in:

mcprotocol/get_prompt_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, arguments : JSON::Any | Nil = Nil) #

[View source]

Instance Method Detail

def arguments : JSON::Any | Nil #

Arguments to use for templating the prompt.


[View source]
def name : String #

The name of the prompt or prompt template.


[View source]