SuggestedFunctionCall
fastagency.messages.SuggestedFunctionCall dataclass
#
SuggestedFunctionCall(
workflow_uuid: str,
sender: Optional[str] = None,
recipient: Optional[str] = None,
auto_reply: bool = False,
uuid: str = lambda: str(hex)(),
function_name: Optional[str] = None,
call_id: Optional[str] = None,
arguments: dict[str, Any] = dict(),
)