Primo.AI
1.1.3
dotnet add package Primo.AI --version 1.1.3
NuGet\Install-Package Primo.AI -Version 1.1.3
<PackageReference Include="Primo.AI" Version="1.1.3" />
<PackageVersion Include="Primo.AI" Version="1.1.3" />
<PackageReference Include="Primo.AI" />
paket add Primo.AI --version 1.1.3
#r "nuget: Primo.AI, 1.1.3"
#:package Primo.AI@1.1.3
#addin nuget:?package=Primo.AI&version=1.1.3
#tool nuget:?package=Primo.AI&version=1.1.3
About
Primo.AI is a set of ready-to-use activities for Primo RPA Studio designed to automate interaction with Sber GigaChat and YandexGPT. It addresses the need to send questions and receive answers from Sber GigaChat and YandexGPT in workflows executed by the Primo RPA robot. Key activities include: getting a token, sending a question and receiving an answer in GigaChat, beginning a chat in YandexGPT, asking chat questions, and asking a single question. The package can be added to any Primo RPA Studio project via the built-in dependency manager.
How to Use
In Primo RPA Studio, create a project that will be executed by the Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "GigaChat" and "YandexGPT" nodes with package elements will appear in the Elements tree. Pure code in this package is missing.
GigaChat
There are two elements in GigaChat: one for getting a token and one for sending a question and receiving the answer.
YandexGPT
The "Begin chat" element initiates a chat with YandexGPT and asks the first question; it is a container element for "Chat question" elements. "Chat question" element uses authentification data from "Begin chat" element to ask a question. "Ask question" element allows making a single question to YandexGPT.
Key Features
- High performance
- Supports .NET Framework 4.6.1+
Main Types
- Primo.AI.Elements.SberGpt.WFChatMessage
- Primo.AI.Elements.SberGpt.WFGetToken
- Primo.AI.Elements.YandexGpt.WFChat
- Primo.AI.Elements.YandexGpt.WFChatMessage
- Primo.AI.Elements.YandexGpt.WFInstruct
Feedback
Bug reports and contributions are welcome at Primo RPA chat
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.