@promptbook/remote-client
Advanced tools
Changelog
0.51.0
(2024-05-24)
Add new OpenaAI models gpt-4o
and gpt-4o-2024-05-13
gpt-4o
gpt-4o-2024-05-13
LlmExecutionTools
must expose compatible modelsOPENAI_MODELS
from @promptbook/openai
LlmTemplateJson
, SimpleTemplateJson
, ScriptJson
, PromptDialogJson
, Expectations
from @promptbook/types
ModelRequirements.modelName
is not required anymorePromptbookExecutor
does not require onProgress
anymoreExecutionTools
does not require userInterface
anymore, when not set, the user interface is disabled and promptbook which requires user interaction will failextractParameters
, extractVariables
and extractParametersFromPromptTemplate
from @promptbook/utils
difference
, intersection
and union
from @promptbook/utils
POSTPROCESSING_FUNCTIONS
from @promptbook/execute-javascript