The CLU_SendRequest allows you to send a user prompt to a trained CLU model in an Azure Language Studio project. There are 4 parameters to configure first:
- Endpoint: This is the endpoint of the language resource created in the Azure Portal;
- Project Name: This is the name of the project the model was created in. It can be seen on the landing page of the CLU service, where you can also create more projects;
- Deployment Name : This is the name of the deployed model you want to use. You can deploy a model or see deployed models in the "Deploying a model" tab when you select a project;
- Key: This is the Azure Language Resource's primary key, visible in the settings tab when you select a project.