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 24ef7f0 commit c252b0aCopy full SHA for c252b0a
FirebaseAI/Sources/Types/Public/Part.swift
@@ -149,7 +149,7 @@ public struct FunctionCallPart: Part {
149
150
/// Unique id of the function call. If present, the returned ``FunctionResponsePart``
151
/// should have a matching `id` field.
152
- public var id: String?
+ public var id: String? { functionCall.id }
153
154
/// Constructs a new function call part.
155
///
0 commit comments