MCPcopy Index your code
hub / github.com/dataease/SQLBot / get_chat_args

Function get_chat_args

backend/apps/system/api/parameter.py:31–32  ·  view source on GitHub ↗
(session: SessionDep)

Source from the content-addressed store, hash-verified

29
30@router.get("/chat")
31async def get_chat_args(session: SessionDep) -> list[SysArgModel]:
32 return await get_groups(session, "chat")

Callers

nothing calls this directly

Calls 1

get_groupsFunction · 0.90

Tested by

no test coverage detected