We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be92b89 commit 137ac9eCopy full SHA for 137ac9e
1 file changed
tests/e2e/utils/llama_stack_utils.py
@@ -43,7 +43,7 @@ def _get_llama_stack_client() -> AsyncLlamaStackClient:
43
44
45
async def _unregister_toolgroup_async(identifier: str) -> None:
46
- """Unregister a toolgroup by identifier; return (provider_id, provider_shield_id) for restore."""
+ """Unregister a toolgroup by identifier."""
47
client = _get_llama_stack_client()
48
try:
49
await client.toolgroups.unregister(identifier)
0 commit comments