Bot:Guide/approved services: Difference between revisions

Content deleted Content added
Created page with "== Approved Bot Services == This table defines the authorized actions that the bot can perform. The AI agent uses this table to map user requests to specific workflows and extract the necessary parameters. {| class="wikitable" |- ! Service Name ! Intent Description ! Workflow Guide Page ! Required Parameters |- | Get PDF | Converts a specified MediaWiki page into a PDF document and emails it back to the sender as an attachment. Use this when the user asks to "print", "..."
 
No edit summary
Line 1:
== Approved Botbot Servicesservices ==
 
This table defines the authorized actions that the bot can perform. The AI agent uses this table to map user requests to specific workflows and extract the necessary parameters.
Line 5:
{| class="wikitable"
|-
! Service Namename
! Intent Descriptiondescription
! Workflow Guideguide Pagepage
! Required Parametersparameters
|-
| Get PDF
| Converts a specified MediaWiki page into a PDF document and emails it back to the sender as an attachment. Use this when the user asks to "print", "send a PDF", or "download" a wiki page.
| [[Bot:Guide/approved services/get PDF]]
| <code>page_title</code>: The name of the wiki page requested. Pay special attention to terms wrapped in brackets like <nowiki>[[Termterm]]</nowiki> or written in ALL CAPS.
|}