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
fix(argilla): add data param to create_dataset and create_user for Zem auto-chain
- create_dataset: missing data: Any = None caused KeyError when Zem
injects previous_output from chained step
- create_user: same issue, also relaxed username/password to optional str
so tool can be called without previous data context
0 commit comments