Endpoint Summary
The following endpoints are set up within initAIAccessPoint
:
POST /natural-request
: Processes a natural language request and returns a response based on extracted parameters. This endpoint usesrunNaturalFunction
to interpret and execute various AI tasks.
Last updated