Jump to content

Bot:Guide/approved services: Difference between revisions

From Insurer Brain
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: Line 1:
== Approved Bot Services ==
== 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.
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: Line 5:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Service Name
! Service name
! Intent Description
! Intent description
! Workflow Guide Page
! Workflow guide page
! Required Parameters
! Required parameters
|-
|-
| Get PDF
| 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.
| 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]]
| [[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>[[Term]]</nowiki> or written in ALL CAPS.
| <code>page_title</code>: The name of the wiki page requested. Pay special attention to terms wrapped in brackets like <nowiki>[[term]]</nowiki> or written in ALL CAPS.
|}
|}

Revision as of 23:04, 25 March 2026

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.

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", "send a PDF", or "download" a wiki page. Bot:Guide/approved services/get PDF page_title: The name of the wiki page requested. Pay special attention to terms wrapped in brackets like [[term]] or written in ALL CAPS.