(session)
| 12093 | } |
| 12094 | |
| 12095 | function buildSessionMeta(session) { |
| 12096 | return { |
| 12097 | bridgeSessionId: session.id, |
| 12098 | providerProfileId: session.providerProfileId, |
| 12099 | codexThreadId: session.codexThreadId, |
| 12100 | }; |
| 12101 | } |
| 12102 | |
| 12103 | function buildActiveTurnMeta(activeTurn) { |
| 12104 | if (!activeTurn?.bridgeSessionId || !activeTurn?.providerProfileId || !activeTurn?.threadId) { |
no outgoing calls
no test coverage detected