EndpointInfo#

class src.allie.flowkit.models.functions.EndpointInfo(/, **data: Any)#

Bases: pydantic.BaseModel

Endpoint information model.

Parameters:
BaseModelpydantic.BaseModel

The base model for the endpoint information

Overview#

Import detail#

from src.allie.flowkit.models.functions import EndpointInfo

Attribute detail#

EndpointInfo.name: str#
EndpointInfo.path: str#
EndpointInfo.category: str#
EndpointInfo.display_name: str#
EndpointInfo.description: str#
EndpointInfo.inputs: list[ParameterInfo]#
EndpointInfo.outputs: list[ParameterInfo]#
EndpointInfo.definitions: dict[str, Any]#