Azure OpenAI Chat with History > Using the Azure OpenAI Chat with History recipe > Step 5: Invoke the process
  

Step 5: Invoke the process

The Chat with History process is called by an HTTP request. When you invoke the process, it creates a file with history after your first question.
To invoke the Chat with History process, perform the following steps:
  1. 1Open the Chat with History process and click Actions > Properties Detail > Copy Service URL.
  2. 2Open a text editor and add the input fields and values to the service URL as shown in the following format:
  3. <Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?User_Prompt=<User_Prompt>&Path_To_File_With_History=<C:/folder>/&User_ID=<User_ID>
  4. 3Open a browser and paste the service URL.