Primo.AI 1.1.3

dotnet add package Primo.AI --version 1.1.3
                    
NuGet\Install-Package Primo.AI -Version 1.1.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.AI" Version="1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.AI" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Primo.AI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.AI --version 1.1.3
                    
#r "nuget: Primo.AI, 1.1.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Primo.AI@1.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Primo.AI&version=1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=Primo.AI&version=1.1.3
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.1.3 82 3/24/2026
1.1.2 225 1/24/2025
1.1.1 296 1/18/2024
1.1.0 206 1/10/2024