Application Integration
- Application Integration
- All Products
Asset Name
| Asset Type
| Description
|
---|---|---|
AzureOpenAIChatWithHistory | App connection | Azure OpenAI connection |
FileConnectionChatHistory
| App connection | File connection
|
GenerationConfig_AzureAI | Process object | Creates the prompt request. |
Azure OpenAI Chat with History | Process | The process sets a prompt, saves the response, and uses it as context
for future questions. You must set up a Secure Agent to store and
retrieve the history. |
Read History from File
| Process
| The process reads history from a file if specified.
|
Write Chat History in File
| Process
| The process saves the chat history in a file or creates a new file if one
doesn't exist. |