MechScriptBotResponse#

class src.aali.flowkit.models.mechscriptbot.MechScriptBotResponse(/, **data: Any)#

Bases: pydantic.BaseModel

Response model for the MechanicalScriptingBot endpoint.

Parameters:
BaseModelpydantic.BaseModel

The base model for the response.

Overview#

Import detail#

from src.aali.flowkit.models.mechscriptbot import MechScriptBotResponse

Attribute detail#

MechScriptBotResponse.output: str#
MechScriptBotResponse.updated_human_memory: list[str]#
MechScriptBotResponse.updated_ai_memory: list[str]#
MechScriptBotResponse.updated_variables: list[str]#
MechScriptBotResponse.updated_mechanical_objects: list[str]#