Azure OpenAI Prompt Chaining > Introduction to Azure OpenAI Prompt Chaining recipe > Azure OpenAI Prompt Chaining recipe assets
  

Azure OpenAI Prompt Chaining recipe assets

The following table lists the assets that the Azure OpenAI Prompt Chaining recipe package contains:
Asset Name
Asset Type
Description
AzureOpenAIConnection
App connection
Azure OpenAI connection
GenerationConfig_AzureAI
Process object
Settings for the prompt request
Guide to use Azure OpenAI with two requests
Guide
When you send a query, the process first sets the behavior and topic, and then provides the additional instructions to answer the query. After receiving the response, you can ask a new question without changing the topic.
Prompt Chaining Azure OpenAI
Process
The process chains the prompts together and resolves them in the sequence in which they're provided. Chaining of these prompts augments the ability of the language model being used to deliver a highly curated response.