From 41db8c8680266bfc70cf51ee87a64db410b48574 Mon Sep 17 00:00:00 2001
From: Jay Mathis
Date: Sun, 3 Mar 2024 19:06:47 -0600
Subject: [PATCH] rebuild
---
docs/classes/Core.Client.html | 4 +--
docs/classes/Core.Game.html | 32 ++++++++++-----------
docs/enums/Core.GameEvent.html | 4 +--
docs/functions/tools.call.html | 2 +-
docs/index.html | 2 +-
docs/interfaces/tools.Tool.html | 4 +--
docs/modules/Core.html | 2 +-
docs/modules/tools.html | 2 +-
docs/types/Core.Ability.html | 2 +-
docs/types/Core.Character.html | 2 +-
docs/types/Core.Chat.html | 2 +-
docs/types/Core.ChatMessage.html | 2 +-
docs/types/Core.GameClientImageOptions.html | 2 +-
docs/types/Core.GameClientOptions.html | 2 +-
docs/types/Core.GameData.html | 2 +-
docs/types/Core.GameOptions.html | 2 +-
docs/types/Core.InventoryItem.html | 2 +-
docs/types/Core.Quest.html | 2 +-
docs/variables/tools.tools.html | 2 +-
19 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/docs/classes/Core.Client.html b/docs/classes/Core.Client.html
index 9438cd0..64c6e91 100644
--- a/docs/classes/Core.Client.html
+++ b/docs/classes/Core.Client.html
@@ -1,4 +1,4 @@
-
Class Client
Index
Constructors
Class Client
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
options: GameClientOptions = {}
game: Game
Returns Client
Properties
client
context
game
image
model
tokens
Methods
call
image
Parameters
prompt: string
options: GameClientImageOptions = {}
Returns Promise<undefined | Image>
Constructors
constructor
Parameters
options: GameClientOptions = {}
game: Game
Returns Client
Properties
client
context
game
image
model
tokens
Methods
call
image
Parameters
prompt: string
options: GameClientImageOptions = {}
Returns Promise<undefined | Image>
Calculate the player's level based on their experience
-Determine if the player is overburdened
-Calculate the player's weight carried
-Commit an action on the game
+Calculate the player's level based on their experience
+Determine if the player is overburdened
+Calculate the player's weight carried
+Export the game data object
-Export the game data object
+Create images of various game objects
Call game.client.image to manually use any prompt
-Optional
ability?: AbilityOptional
character?: CharacterOptional
cover?: booleanOptional
item?: InventoryItemOptional
player?: booleanOptional
scene?: booleanOptional
imageOptions: { Optional
ability?: GameClientImageOptionsOptional
character?: GameClientImageOptionsOptional
cover?: GameClientImageOptionsOptional
item?: GameClientImageOptionsOptional
player?: GameClientImageOptionsOptional
scene?: GameClientImageOptionsStop listening for game events
-Rest
...args: any[]Listen for game events
-Rest
...args: any[]
Example
-