PluginProbe
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution / 2.5.0
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution v2.5.0
2.5.0 2.4.0 2.3.0 2.2.5 2.2.0 2.1.2 2.1.1 trunk 1.10.0 1.10.01 1.10.02 1.5.0 1.5.01 1.5.02 1.5.1 1.5.10 1.5.20 1.5.21 1.5.22 1.5.23 1.5.24 1.5.25 1.6.0 1.7.0 1.7.1 All 34 releases
← All changes | app/Modules/MCP/Prompts/BookingPrompts.php +4 -11 2.4.0 → 2.5.0 View file →
@@ -8,20 +8,13 @@
8 8
9 9 defined('ABSPATH') || exit;
10 10
11 11 /**
12 - * MCP prompts — worked procedures the operator can invoke by name.
12 + * MCP prompts: step-by-step procedures the operator can run by name.
13 13 *
14 - * Prompts are the right home for anything that would otherwise have been
15 - * crammed into a tool description, because a prompt costs almost nothing until
16 - * someone runs it: clients list its name, description and arguments, and fetch
17 - * the body only on invocation. That makes them cheap in exactly the currency
18 - * this design spends everywhere else — resident context.
19 - *
20 - * So each one here is a procedure rather than a paragraph: which tools to call,
21 - * in what order, and what to do when they disagree. The three shipped are the
22 - * three tasks that came up over and over while building the tools, and they
23 - * double as the eval fixtures in §15 of the spec.
14 + * Clients fetch a prompt's body only when it runs, so long guidance lives here
15 + * rather than in tool descriptions. These double as the eval fixtures in §15
16 + * of the spec.
24 17 *
25 18 * @since 2.2.6
26 19 */
27 20 class BookingPrompts