The mechscriptbot.py module#

Summary#

triggermechscriptbot

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:
requestMechScriptBotRequest

An object containing the input query and other relevant parameters for the MechanicalScriptingBot application.

api_keystr

The API key for authentication.

Returns:
MechScriptBotResponse

An object containing the output and other relevant metadata for the MechanicalScriptingBot application.

mechscriptbot.router#