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.38.9 to 0.38.10

2

dist/chat/types.d.ts

@@ -12,3 +12,3 @@ import type { ChatCompletionMessageToolCall, ChatCompletionTool, ChatCompletionToolChoiceOption } from 'openai/resources/chat/index.js';

export type Model = ChatCompletionsModel | CompletionsModel | EmbeddingsModel;
export type SystemActionName = 'AskQuestionToUser' | 'RespondToUser' | 'RetrieveKnowledge' | 'LookupInfoInFiles' | 'ReportStatus' | 'ChooseCategory' | 'LookupCategories' | 'LookupExamples' | 'Think' | 'Observe' | 'ExtractFeedback';
export type SystemActionName = 'AskQuestionToUser' | 'RespondToUser' | 'RetrieveKnowledge' | 'LookupInfoInFiles' | 'ReportStatus' | 'ChooseCategory' | 'LookupCategories' | 'LookupExamples' | 'Think' | 'Observe' | 'ExtractFeedback' | 'AnalyzeFile';
export interface SystemAction {

@@ -15,0 +15,0 @@ function: {

{
"name": "@markprompt/core",
"version": "0.38.9",
"version": "0.38.10",
"repository": {

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

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