From 5b4fea0f9748a20d8d1ad656c71860bcfeb95129 Mon Sep 17 00:00:00 2001 From: synw Date: Fri, 1 Dec 2023 17:30:53 +0100 Subject: [PATCH] Update docs --- docs/classes/cls.PromptTemplate.html | 64 ++++++++++---------- docs/interfaces/interfaces.HistoryTurn.html | 8 +-- docs/interfaces/interfaces.ImgData.html | 6 +- docs/interfaces/interfaces.LmTemplate.html | 22 +++---- docs/interfaces/interfaces.PromptBlock.html | 6 +- docs/interfaces/interfaces.SpacingSlots.html | 8 +-- docs/interfaces/interfaces.TurnBlock.html | 6 +- docs/modules/cls.html | 2 +- docs/modules/db.html | 2 +- docs/modules/interfaces.html | 2 +- docs/variables/db.templates.html | 2 +- 11 files changed, 64 insertions(+), 64 deletions(-) diff --git a/docs/classes/cls.PromptTemplate.html b/docs/classes/cls.PromptTemplate.html index b67135c..ab72f91 100644 --- a/docs/classes/cls.PromptTemplate.html +++ b/docs/classes/cls.PromptTemplate.html @@ -28,7 +28,7 @@

Hierarchy

+
  • Defined in cls.ts:10
  • @@ -97,84 +97,84 @@

    Example

    const
    +
  • Defined in cls.ts:36
  • Properties

    _extraAssistant: string = ""
    +
  • Defined in cls.ts:24
  • _extraSystem: string = ""
    +
  • Defined in cls.ts:23
  • _replacePrompt: string = ""
    +
  • Defined in cls.ts:25
  • _replaceSystem: string = ""
    +
  • Defined in cls.ts:26
  • afterShot?: string
    +
  • Defined in cls.ts:20
  • assistant: string
    +
  • Defined in cls.ts:14
  • history: HistoryTurn[] = []
    +
  • Defined in cls.ts:15
  • id: string
    +
  • Defined in cls.ts:11
  • linebreaks?: SpacingSlots
    +
  • Defined in cls.ts:19
  • name: string
    +
  • Defined in cls.ts:12
  • prefix?: string
    +
  • Defined in cls.ts:21
  • shots?: TurnBlock[]
    +
  • Defined in cls.ts:17
  • stop?: string[]
    +
  • Defined in cls.ts:18
  • system?: PromptBlock
    +
  • Defined in cls.ts:16
  • user: string
    +
  • Defined in cls.ts:13
  • Methods

    @@ -189,7 +189,7 @@

    Parameters

    Optional msg: string

    Returns string

    +
  • Defined in cls.ts:316
    • @@ -202,7 +202,7 @@

      Parameters

      skip_empty_system: boolean

    Returns string

    +
  • Defined in cls.ts:279
    • @@ -215,7 +215,7 @@

      Parameters

      Optional msg: string

    Returns string

    +
  • Defined in cls.ts:298
    • @@ -228,7 +228,7 @@

      Parameters

      name: string

    Returns LmTemplate

    +
  • Defined in cls.ts:333
    • @@ -256,7 +256,7 @@

      Example

      tpl
    +
  • Defined in cls.ts:179
    • @@ -279,7 +279,7 @@

      Example

      tpl
    +
  • Defined in cls.ts:150
    • @@ -302,7 +302,7 @@

      Example

      tpl
    +
  • Defined in cls.ts:133
    • @@ -317,7 +317,7 @@
      template: keepShots: boolean = true

    Returns PromptTemplate

    +
  • Defined in cls.ts:55
    • @@ -340,7 +340,7 @@

      Example

      const
    +
  • Defined in cls.ts:262
  • +
  • Defined in cls.ts:273
    • @@ -379,7 +379,7 @@

      Example

      const
    +
  • Defined in cls.ts:220
    • @@ -399,7 +399,7 @@

      Returns string

    +
  • Defined in cls.ts:198
  • +
  • Defined in cls.ts:164
    • @@ -444,7 +444,7 @@

      Example

      tpl
    +
  • Defined in cls.ts:116
  • +
  • Defined in cls.ts:79
  • +
  • Defined in interfaces.ts:108
  • +
  • Defined in interfaces.ts:43
  • +
  • Defined in interfaces.ts:66
  • +
  • Defined in db.ts:1
  • Index

    diff --git a/docs/modules/interfaces.html b/docs/modules/interfaces.html index 36fcdb3..22c3d7d 100644 --- a/docs/modules/interfaces.html +++ b/docs/modules/interfaces.html @@ -16,7 +16,7 @@
  • interfaces
  • Module interfaces

    +
  • Defined in interfaces.ts:1
  • Index

    diff --git a/docs/variables/db.templates.html b/docs/variables/db.templates.html index e96d78c..88d76e4 100644 --- a/docs/variables/db.templates.html +++ b/docs/variables/db.templates.html @@ -18,7 +18,7 @@

    Variable templatesConst

    templates: Record<string, LmTemplate> = ...
    +
  • Defined in db.ts:3