mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Updated some unit tests
This commit is contained in:
parent
c1b63202be
commit
9c484d12ae
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class ToolGroupsImpl(Impl):
|
||||||
async def unregister_toolgroup(self, toolgroup_id: str):
|
async def unregister_toolgroup(self, toolgroup_id: str):
|
||||||
return toolgroup_id
|
return toolgroup_id
|
||||||
|
|
||||||
async def list_runtime_tools(self, toolgroup_id, mcp_endpoint):
|
async def list_runtime_tools(self, toolgroup_id, mcp_endpoint, authorization=None):
|
||||||
return ListToolDefsResponse(
|
return ListToolDefsResponse(
|
||||||
data=[
|
data=[
|
||||||
ToolDef(
|
ToolDef(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue