Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markprompt/core

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/core - npm Package Compare versions

Comparing version 0.28.2 to 0.28.3

9

dist/chat.d.ts

@@ -47,2 +47,11 @@ import type { BaseOptions, Chat, ChatCompletionMessage, ChatCompletionMessageParam, ChatCompletionMetadata, ChatCompletionTool, ChatCompletionToolChoiceOption, OpenAIModelId } from './types.js';

/**
* The assistant ID.
**/
assistantId?: string;
/**
* The assistant version ID. If not provided, the default version of
* the assistant will be used.
**/
assistantVersionId?: string;
/**
* The system prompt.

@@ -49,0 +58,0 @@ * @default "You are a very enthusiastic company representative who loves to help people!"

2

dist/chat.js

@@ -27,2 +27,4 @@ import defaults from 'defaults';

const validSubmitChatOptionsKeys = [
'assistantId',
'assistantVersionId',
'apiUrl',

@@ -29,0 +31,0 @@ 'allowFollowUpQuestions',

2

package.json
{
"name": "@markprompt/core",
"version": "0.28.2",
"version": "0.28.3",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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