@markprompt/react
Advanced tools
Comparing version 0.51.3 to 0.51.4
@@ -282,2 +282,10 @@ import { type ChatCompletionChunk, type ChatCompletionMessageToolCall, type ChatCompletionTool, type SubmitChatOptions, type SubmitChatYield } from '@markprompt/core/chat'; | ||
messageId?: string; | ||
steps?: { | ||
id: string; | ||
function: { | ||
arguments: string; | ||
name: string; | ||
}; | ||
type: "function"; | ||
}[] | undefined; | ||
promptId?: string; | ||
@@ -344,2 +352,10 @@ }[]; | ||
messageId?: string; | ||
steps?: { | ||
id: string; | ||
function: { | ||
arguments: string; | ||
name: string; | ||
}; | ||
type: "function"; | ||
}[] | undefined; | ||
promptId?: string; | ||
@@ -387,2 +403,4 @@ }[]; | ||
maxTokens?: number; | ||
agentic?: boolean; | ||
useReranker?: boolean; | ||
sectionsMatchCount?: number; | ||
@@ -533,2 +551,10 @@ sectionsMatchThreshold?: number; | ||
messageId?: string; | ||
steps?: { | ||
id: string; | ||
function: { | ||
arguments: string; | ||
name: string; | ||
}; | ||
type: "function"; | ||
}[] | undefined; | ||
promptId?: string; | ||
@@ -595,2 +621,10 @@ }[]; | ||
messageId?: string; | ||
steps?: { | ||
id: string; | ||
function: { | ||
arguments: string; | ||
name: string; | ||
}; | ||
type: "function"; | ||
}[] | undefined; | ||
promptId?: string; | ||
@@ -638,2 +672,4 @@ }[]; | ||
maxTokens?: number; | ||
agentic?: boolean; | ||
useReranker?: boolean; | ||
sectionsMatchCount?: number; | ||
@@ -640,0 +676,0 @@ sectionsMatchThreshold?: number; |
{ | ||
"name": "@markprompt/react", | ||
"version": "0.51.3", | ||
"version": "0.51.4", | ||
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.", | ||
@@ -45,3 +45,3 @@ "repository": { | ||
"zustand": "^4.5.2", | ||
"@markprompt/core": "0.35.1" | ||
"@markprompt/core": "0.35.2" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
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
472874
5555
+ Added@markprompt/core@0.35.2(transitive)
- Removed@markprompt/core@0.35.1(transitive)
Updated@markprompt/core@0.35.2