@proficient/api
Advanced tools
Comparing version 0.21.2 to 0.22.0
@@ -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
19977