New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@proficient/api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proficient/api - npm Package Compare versions

Comparing version 0.21.2 to 0.22.0

2

dist/resources/Agent.d.ts

@@ -15,3 +15,3 @@ import type { InteractionParticipant, ProviderId } from '../types';

provider: ProviderId;
system_prompt?: string;
system_message?: string;
initial_turn?: InteractionParticipant;

@@ -18,0 +18,0 @@ greeting?: string;

@@ -6,3 +6,3 @@ import type { InteractionParticipant, ProviderId } from '../types';

provider: ProviderId;
system_prompt: string;
system_message: string;
initial_turn: InteractionParticipant;

@@ -12,3 +12,3 @@ greeting: string;

export interface AgentConfigUpdateParams {
system_prompt?: string;
system_message?: string;
initial_turn?: InteractionParticipant;

@@ -15,0 +15,0 @@ greeting?: string;

{
"name": "@proficient/api",
"version": "0.21.2",
"version": "0.22.0",
"license": "MIT",
"main": "./dist/index.js",

@@ -10,3 +11,2 @@ "source": "./src/index.ts",

],
"license": "MIT",
"scripts": {

@@ -22,3 +22,3 @@ "build": "rm -rf dist && tsc",

"tsconfig": "*",
"typescript": "4.9.5"
"typescript": "5.0.3"
},

@@ -25,0 +25,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc