@markprompt/core
Advanced tools
Comparing version 0.28.2 to 0.28.3
@@ -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!" |
@@ -27,2 +27,4 @@ import defaults from 'defaults'; | ||
const validSubmitChatOptionsKeys = [ | ||
'assistantId', | ||
'assistantVersionId', | ||
'apiUrl', | ||
@@ -29,0 +31,0 @@ 'allowFollowUpQuestions', |
{ | ||
"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
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
66132
936