@promptbook/remote-client
Advanced tools
Changelog
0.39.0
(2024-03-09)
Working on Promptbook Library. Identify promptbooks by URL.
PromptbookLibrary
class to interfaceSimplePromptbookLibrary
class which implements PromptbookLibrary
PromptbookLibrary.promptbookNames
to PromptbookLibrary.pipelineUrls
PromptbookLibrary.createExecutor
to separate responsibilityPromptbookLibrary
PromptbookLibrary.listPipelines
async methodPromptbookLibrary.getPipelineByUrl
async methodChangelog
0.38.0
(2024-03-09)
Remove "I" prefix from interfaces and change interfaces to types.
IAutomaticTranslator
-> AutomaticTranslator
ITranslatorOptions
-> TranslatorOptions
IGoogleAutomaticTranslatorOptions
-> GoogleAutomaticTranslatorOptions
ILindatAutomaticTranslatorOptions
-> LindatAutomaticTranslatorOptions
IPersonProfile
ILicense
IRepository
Note: Keeping "I" prefix in internal tooling like IEntity
, IExecCommandOptions
, IExecCommandOptions
Note: Also keeping stuff imported from external libraries like IDestroyable
Changelog
0.37.0
(2024-03-08)
Explicit output parameters
OUTPUT PARAMETER
property in headerChangelog
0.35.1
(2024-03-06)