Skip to content

Commit ad58739

Browse files
committed
Update reference to id field in docs
1 parent 6ec278b commit ad58739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class LiveSession: Sendable {
3838
///
3939
/// - Parameters:
4040
/// - responses: Client generated function results, matched to their respective
41-
/// ``FunctionCallPart`` by the `id` field.
41+
/// ``FunctionCallPart`` by the `functionId` field.
4242
public func functionResponses(_ responses: [FunctionResponsePart]) async {
4343
let message = BidiGenerateContentToolResponse(
4444
functionResponses: responses.map { $0.functionResponse }

0 commit comments

Comments
 (0)