You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
demonstrate creation of several tools, with varying arity and typing.
test int, float, dict, str, Dict[str, str], Dic[str, Union[int,float,dict,str]], list, List[Dict[str, Any]], Annotated[], etc.
Additional Context (optional)
No response
Type of Test Case
Unit
The text was updated successfully, but these errors were encountered:
Missing Coverage Area
swarmauri_standard.utils.tool_decorator
Reason for Missing Coverage
new class
Proposed New Test Cases
demonstrate creation of several tools, with varying arity and typing.
test int, float, dict, str, Dict[str, str], Dic[str, Union[int,float,dict,str]], list, List[Dict[str, Any]], Annotated[], etc.
Additional Context (optional)
No response
Type of Test Case
Unit
The text was updated successfully, but these errors were encountered: