We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec278b commit ad58739Copy full SHA for ad58739
FirebaseAI/Sources/Types/Public/Live/LiveSession.swift
@@ -38,7 +38,7 @@ public final class LiveSession: Sendable {
38
///
39
/// - Parameters:
40
/// - responses: Client generated function results, matched to their respective
41
- /// ``FunctionCallPart`` by the `id` field.
+ /// ``FunctionCallPart`` by the `functionId` field.
42
public func functionResponses(_ responses: [FunctionResponsePart]) async {
43
let message = BidiGenerateContentToolResponse(
44
functionResponses: responses.map { $0.functionResponse }
0 commit comments