@promptbook/browser
Advanced tools
Changelog
0.89.0
(2025-04-15)
User system and spending of credits
typescript
to 5.2.2
/
, if you want to run multiple services on the same server, use 3rd or 4th degree subdomainBRING_YOUR_OWN_KEYS
/ REMOTE_SERVER
in cli commands ptbk run
, ptbk make
, ptbk list-models
and ptbk start-server
countTotalUsage
-> countUsage
and add spending()
PromptResultUsage
-> Usage
OpenAiExecutionTools.createAssistantSubtools
RemoteServer
exposes httpServer
, expressApp
and socketIoServer
- you can add custom routes and middlewares@types/*
imports are moved to devDependencies
remoteUrl
-> remoteServerUrl
DEFAULT_REMOTE_URL
-> DEFAULT_REMOTE_SERVER_URL
DEFAULT_REMOTE_URL_PATH
(it will be always socket.io
)rootPath
is not required anymorePromptbookServer_Identification
-> Identification
scraperFetch
-> promptbookFetch
and add PromptbookFetchError
WrappedError
isValidCsvString
and isValidXmlString
0.90.0
and0.91.0
were skipped