parent
822cae801b
commit
62b8e4e396
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from typing import Optional
|
||||
|
||||
from chalicelib.core import roles, traces, assist_records, sessions
|
||||
from chalicelib.core import unlock, signals
|
||||
from chalicelib.core import sessions_insights, assist_stats
|
||||
from chalicelib.core import unlock, signals
|
||||
from chalicelib.utils import assist_helper
|
||||
|
||||
unlock.check()
|
||||
|
|
@ -8,7 +10,7 @@ unlock.check()
|
|||
from or_dependencies import OR_context, OR_role
|
||||
from routers.base import get_routers
|
||||
import schemas
|
||||
from fastapi import Depends, Body
|
||||
from fastapi import Depends, Body, Query
|
||||
|
||||
public_app, app, app_apikey = get_routers()
|
||||
|
||||
|
|
@ -191,4 +193,4 @@ def get_assist_stats_sessions(
|
|||
return assist_stats.get_sessions(
|
||||
project_id=project_id,
|
||||
data=data
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue