CurrentMCPPrompts returns MCP prompts available from the current agent's toolsets. Returns an empty map if no MCP prompts are available.
(ctx context.Context)
| 107 | // CurrentMCPPrompts returns MCP prompts available from the current agent's toolsets. |
| 108 | // Returns an empty map if no MCP prompts are available. |
| 109 | CurrentMCPPrompts(ctx context.Context) map[string]mcptools.PromptInfo |
| 110 | |
| 111 | // ExecuteMCPPrompt executes a named MCP prompt with the given arguments. |
| 112 | ExecuteMCPPrompt(ctx context.Context, promptName string, arguments map[string]string) (string, error) |
no outgoing calls