Prerequisites
The AI agent feature is only available in a Kubernetes setup.
To use PAS AI agents, you need an account with an AI service provider that is not provided by Scheer PAS. Currently, OpenAI and Mistral are supported as providers. You can also use other LLMs if they are hosted by Microsoft Foundry.
You need to create an AI Service Provider alias (see Aliases for more information) to use PAS AI agents in a Designer service. You have two options:
-
AI Service Provider Alias for models of OpenAI or Mistral (explained on this page)
-
Microsoft Foundry AI Service Provider for models hosted by Microsoft Foundry (refer to Microsoft Foundry AI Service Provider Reference for details)
AI Service Provider Alias
|
Attribute
|
Description |
Allowed Values / Examples |
|---|---|---|
|
Name |
Specify a name for the alias. |
any string |
|
Standard |
||
|
Provider |
Select your AI service provider. |
Open AI |
|
Mistral |
||
|
Model |
Select the model of the chosen AI service provider you want to use. |
Depends on the selected provider. Open AI:
Mistral:
|
|
API Key |
Enter the API key of your AI service provider. |
any string |
|
Advanced |
||
|
Parallel Tool Calls |
Allows that tools used by the agent can be called up in parallel. Prevents tools from having unwanted side effects on each other when running simultaneously. Default is true. Recommendation Disabling this option can slow down the AI agent.
|
true |
|
false |
||
|
Temperature |
Controls the randomness of the generated text. A higher temperature will result in more random and diverse text, while a lower temperature will result in more predictable text.
Recommendation Do not explicitly set a temperature unless you know what you are doing. |
any float between 0 and 1 |
AIAgent_InsuranceCase_Example
Click here to download a simple example model that shows how use an AI agent to process unstructured data with Scheer PAS Designer.
The AI Agent feature is only available on Kubernetes. To execute this example, you need your own API key from OpenAI or Mistral.
You can also use other LLMs if they are hosted by Microsoft Foundry.