@markprompt/core
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -20,3 +20,3 @@ export type OpenAIChatCompletionsModelId = 'gpt-4' | 'gpt-3.5-turbo'; | ||
content?: string; | ||
snippet: string; | ||
snippet?: string; | ||
} & FileSectionReferenceSectionData; | ||
@@ -44,5 +44,4 @@ export type FileSectionReference = { | ||
debug?: any; | ||
project_id: string; | ||
data: SearchResult[]; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"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
43012
528