@markprompt/core
Advanced tools
Comparing version 0.25.0 to 0.25.1
@@ -39,2 +39,7 @@ import type { Chat, ChatCompletionMessage, ChatCompletionMessageParam, ChatCompletionTool, ChatCompletionToolChoiceOption, ChatCompletionMetadata, OpenAIModelId } from './types.js'; | ||
/** | ||
* If true, the bot may encourage the user to ask a follow-up question, for instance to gather additional information. Default `true`. | ||
* @default true | ||
**/ | ||
allowFollowUpQuestions?: boolean; | ||
/** | ||
* Whether or not to include message in insights. | ||
@@ -41,0 +46,0 @@ * @default false |
@@ -31,2 +31,3 @@ import defaults from 'defaults'; | ||
'doNotInjectContext', | ||
'allowFollowUpQuestions', | ||
'excludeFromInsights', | ||
@@ -33,0 +34,0 @@ 'frequencyPenalty', |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"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
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
57080
758