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. |