@markprompt/core
Advanced tools
Comparing version 0.25.5 to 0.26.0
@@ -28,5 +28,11 @@ import type { DocSearchHit } from './docsearch.js'; | ||
export interface FileSectionReference extends FileSectionReferenceSectionData { | ||
/** | ||
* Referenced file. | ||
*/ | ||
file: FileReferenceFileData; | ||
} | ||
export interface FileSectionReferenceSectionData { | ||
/** | ||
* Metadata associated to the file section. | ||
*/ | ||
meta?: { | ||
@@ -42,5 +48,17 @@ leadHeading?: { | ||
export interface FileReferenceFileData { | ||
/** | ||
* File title. | ||
*/ | ||
title?: string; | ||
/** | ||
* File path, e.g. URL or GitHub file path. | ||
*/ | ||
path: string; | ||
/** | ||
* File metadata. | ||
*/ | ||
meta?: object; | ||
/** | ||
* File source. | ||
*/ | ||
source: Source; | ||
@@ -47,0 +65,0 @@ } |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.25.5", | ||
"version": "0.26.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -1,2 +0,2 @@ | ||
# `@markprompt/core` | ||
# Markprompt Core | ||
@@ -134,6 +134,10 @@ `@markprompt/core` is the core library for Markprompt, a conversational AI | ||
## Documentation | ||
The full documentation for the package can be found on the | ||
[Markprompt docs](https://markprompt.com/docs/sdk). | ||
## Community | ||
- [X](https://x.com/markprompt) | ||
- [Discord](https://discord.gg/MBMh4apz6X) | ||
@@ -140,0 +144,0 @@ ## Authors |
Sorry, the diff of this file is not supported yet
59409
812
151