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 dd26bf8 commit b52a408Copy full SHA for b52a408
FirebaseAI/Sources/Types/Public/Part.swift
@@ -312,7 +312,7 @@ public struct CodeExecutionResultPart: Part {
312
313
init(codeExecutionResult: CodeExecutionResult, isThought: Bool?, thoughtSignature: String?) {
314
self.codeExecutionResult = codeExecutionResult
315
- self._isThought = isThought
+ _isThought = isThought
316
self.thoughtSignature = thoughtSignature
317
}
318
0 commit comments