Skip to content

Commit 50aac8f

Browse files
committed
Add todo for location
1 parent dbcf303 commit 50aac8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ actor LiveSessionService {
309309
/// Will apply the required app check and auth headers, as the backend expects them.
310310
private nonisolated func createWebsocket() async throws -> AsyncWebSocket {
311311
let host = apiConfig.service.endpoint.rawValue.withoutPrefix("https://")
312+
// TODO: (b/448722577) Set a location based on the api config
312313
let urlString = switch apiConfig.service {
313314
case .vertexAI:
314315
"wss://\(host)/ws/google.firebase.vertexai.v1beta.LlmBidiService/BidiGenerateContent/locations/us-central1"

0 commit comments

Comments
 (0)