diff --git a/docs/classes/cls.PromptTemplate.html b/docs/classes/cls.PromptTemplate.html
index a644b45..d247746 100644
--- a/docs/classes/cls.PromptTemplate.html
+++ b/docs/classes/cls.PromptTemplate.html
@@ -28,7 +28,7 @@
Hierarchy
+Defined in cls.ts:10
@@ -98,84 +98,84 @@ Example
const
+Defined in cls.ts:36
Properties
_extraAssistant
_extraAssistant: string = ""
+Defined in cls.ts:24
_extraSystem
_extraSystem: string = ""
+Defined in cls.ts:23
_replacePrompt
_replacePrompt: string = ""
+Defined in cls.ts:25
_replaceSystem
_replaceSystem: string = ""
+Defined in cls.ts:26
Optional
afterShot
afterShot?: string
+Defined in cls.ts:20
assistant
assistant: string
+Defined in cls.ts:14
+Defined in cls.ts:15
+Defined in cls.ts:11
+Defined in cls.ts:19
+Defined in cls.ts:12
Optional
prefix
prefix?: string
+Defined in cls.ts:21
+Defined in cls.ts:17
Optional
stop
stop?: string[]
+Defined in cls.ts:18
+Defined in cls.ts:16
+Defined in cls.ts:13
Methods
@@ -190,7 +190,7 @@ Parameters
Optional
msg: string
Returns string
+Defined in cls.ts:362
Private
_buildSystemBlock
@@ -203,7 +203,7 @@ Parameters
skip_empty_system: boolean
Returns string
+Defined in cls.ts:325
Private
_buildUserBlock
@@ -216,7 +216,7 @@ Parameters
Optional
msg: string
Returns string
+Defined in cls.ts:344
Private
_load
@@ -229,7 +229,7 @@ Parameters
name: string
+Defined in cls.ts:379
addShot
@@ -257,7 +257,7 @@ Example
tpl
+Defined in cls.ts:207
addShots
@@ -284,7 +284,7 @@ Example
const
+Defined in cls.ts:235
afterAssistant
@@ -307,7 +307,7 @@ Example
tpl
+Defined in cls.ts:178
afterSystem
@@ -330,7 +330,7 @@ Example
tpl
+Defined in cls.ts:161
cloneTo
Returns PromptTemplate
- A new
PromptTemplate
instance with the same state as the current one.
@@ -356,7 +362,7 @@ Example
const
+Defined in cls.ts:70
prompt
@@ -379,7 +385,7 @@ Example
const
+Defined in cls.ts:310
+Defined in cls.ts:320
render
@@ -418,7 +424,7 @@ Example
const
+Defined in cls.ts:268
renderShot
@@ -438,7 +444,7 @@ Returns string
+Defined in cls.ts:246
replacePrompt
@@ -460,7 +466,7 @@ Returns
+Defined in cls.ts:192
replaceSystem
@@ -483,7 +489,7 @@ Example
tpl
+Defined in cls.ts:144
toJson
@@ -502,7 +508,7 @@ Example
const
+Defined in cls.ts:107
+Defined in db.ts:3
The id or template instance of the new
+PromptTemplate
to make