The mechscriptbot.py
module#
Summary#
Endpoint for triggering the MechanicalScriptingBot application. |
Description#
Module for triggering the MechanicalScriptingBot application.
Module detail#
- async mechscriptbot.triggermechscriptbot(request: aali.flowkit.models.mechscriptbot.MechScriptBotRequest, api_key: str = Header(...)) aali.flowkit.models.mechscriptbot.MechScriptBotResponse #
Endpoint for triggering the MechanicalScriptingBot application.
- Parameters:
- request
MechScriptBotRequest
An object containing the input query and other relevant parameters for the MechanicalScriptingBot application.
- api_key
str
The API key for authentication.
- request
- Returns:
MechScriptBotResponse
An object containing the output and other relevant metadata for the MechanicalScriptingBot application.
- mechscriptbot.router#