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, the following providers are supported:
-
Google
-
Mistral
-
OpenAI
-
LLMs hosted by Microsoft Foundry
If you want to use an AI agent in a Designer service, you need to create an AI Service Provider alias. The crceation of an alias in the Designer is explained on page Aliases.
Scheer PAS supports multiple AI service providers:
-
Microsoft Foundry AI Service Provider for models hosted in an Azure environment (explained on this page).
-
AI Service Provider Alias for models of OpenAI or Mistral (refer to AI Service Provider Reference for details).
-
Google AI Service Provider Alias for Google models (refer to Google AI Service Provider Reference for details).
Microsoft Foundry AI Service Provider Alias
Microsoft AI Foundry is an AI development and operations platform in the Azure cloud that provides companies with access to a wide range of pre-trained models, tools, and features for developing AI agents.
Using an LLM hosted by Microsoft Foundry
If you are using an LLM hosted by Microsoft Foundry, ensure that it supports function calling, structured output, and has the Chat completions API at its disposal.
|
Attribute
|
Description |
Allowed Values / Examples |
|---|---|---|
|
Name |
Specify a name for the alias. |
any string |
|
Standard |
||
|
API Endpoint |
Please refer to the display in Microsoft Foundry for this information. |
any string |
|
Model |
Select the LLM hosted by Microsoft Foundry you want to use. |
Ensure that the model supports function calling, structured output, and has the Chat completions API at its disposal. |
|
API Key |
Enter the API key from the Microsoft Foundry project where the model was deployed. |
any string |
|
API Version |
Please refer to the display in Microsoft Foundry for this information. |
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 one of the supported AI service providers.
Related Content
Related Pages:
Related Documentation: