@markprompt/core
Advanced tools
Comparing version 0.38.9 to 0.38.10
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69463