File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
preview/reasoning_engines/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ async def _init_session(
609609 session_state = {}
610610 for auth_id , auth in request .authorizations .items ():
611611 auth = _Authorization (** auth )
612- session_state [f"temp: { auth_id } " ] = auth .access_token
612+ session_state [auth_id ] = auth .access_token
613613
614614 if request .session_id :
615615 session_id = request .session_id
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ async def _init_session(
557557 session_state = {}
558558 for auth_id , auth in request .authorizations .items ():
559559 auth = _Authorization (** auth )
560- session_state [f"temp: { auth_id } " ] = auth .access_token
560+ session_state [auth_id ] = auth .access_token
561561
562562 if request .session_id :
563563 session_id = request .session_id
You can’t perform that action at this time.
0 commit comments