Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_prompt

AsyncMethod
This is a method of the MCP class in the mcp module.
Get a prompt (placeholder)

Signature

async def get_prompt(&self, name: &str, args: HashMap<String, String>) -> Result<String>

Parameters

name
&str
required
No description available.
args
HashMap<String
required
No description available.

Returns

Returns
Result<String>
The result of the operation.

Rust Prompts

Rust Templates