This repository was archived by the owner on Apr 29, 2025. It is now read-only.
v0.0.4
[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)