@promptbook/azure-openai
Advanced tools
Changelog
0.55.0
(2024-06-15)
Better usage computation and shape
PromptResult.usage
number_positive_or_zero
and number_negative_or_zero
PromptResultUsage
, PromptResultUsageCounts
and UncertainNumber
from @promptbook/types
addUsage
from @promptbook/core
usageToWorktime
from @promptbook/core
Changelog
0.54.0
(2024-06-08)
ExpectError
,NotFoundError
,PromptbookExecutionError
,PromptbookLogicError
,PromptbookLibraryError
,PromptbookSyntaxError
exported from @promptbook/core
Changelog
0.52.0
(2024-06-06)
Add support for Claude \ Anthropic models via package @promptbook/anthropic-claude
and add Azure OpenAI models via package @promptbook/azure-openai
MultipleLlmExecutionTools
from @promptbook/core
@promptbook/wizzard
assertsExecutionSuccessful
,checkExpectations
,executionReportJsonToString
,ExecutionReportStringOptions
,ExecutionReportStringOptionsDefaults
,isPassingExpectations
,prettifyPromptbookString
from @promptbook/utils
to @promptbook/core
JavascriptExecutionTools
as placeholder for better implementation with propper sandboxingcreatePromptbookLibraryFromDirectory
export from @promptbook/core
PromptbookLibraryError
SimplePromptbookLibrary
(see [🦄])createPromptbookLibraryFromPromise
is not public anymoreforEachAsync
export from @promptbook/utils