Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

v0.0.4

Compare
Choose a tag to compare
@azdolinski azdolinski released this 02 Jan 15:25
· 27 commits to main since this release

[0.0.4] - 2025-01-02

Fixed

  • select_random_api_key where value is empty string cause error

Added

  • add proper validation of run/execute output type (validate_tool_output decorator)
    this will allow only to use as output: Union[List[ContentT], ErrorData]
    where: ContentT = TypeVar('ContentT', ImageContent, TextContent, EmbeddedResource)