Path Lines of Code Examples/GenerativeAICLI/Package.swift 19 Examples/GenerativeAICLI/Sources/GenerateContent.swift 88 Examples/GenerativeAISample/APIKey/APIKey.swift 19 Examples/GenerativeAISample/APIKey/GenerativeAI-Info-Sample.plist 8 Examples/GenerativeAISample/ChatSample/Assets.xcassets/AccentColor.colorset/Contents.json 11 Examples/GenerativeAISample/ChatSample/Assets.xcassets/AppIcon.appiconset/Contents.json 13 Examples/GenerativeAISample/ChatSample/Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/ChatSample/ChatSampleApp.swift 14 Examples/GenerativeAISample/ChatSample/Models/ChatMessage.swift 41 Examples/GenerativeAISample/ChatSample/Preview Content/Preview Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/ChatSample/Screens/ConversationScreen.swift 100 Examples/GenerativeAISample/ChatSample/ViewModels/ConversationViewModel.swift 89 Examples/GenerativeAISample/ChatSample/Views/BouncingDots.swift 56 Examples/GenerativeAISample/ChatSample/Views/ErrorDetailsView.swift 201 Examples/GenerativeAISample/ChatSample/Views/ErrorView.swift 49 Examples/GenerativeAISample/ChatSample/Views/MessageView.swift 86 Examples/GenerativeAISample/FunctionCallingSample/Screens/FunctionCallingScreen.swift 103 Examples/GenerativeAISample/FunctionCallingSample/ViewModels/FunctionCallingViewModel.swift 210 Examples/GenerativeAISample/GenerativeAIMultimodalSample/Assets.xcassets/AccentColor.colorset/Contents.json 11 Examples/GenerativeAISample/GenerativeAIMultimodalSample/Assets.xcassets/AppIcon.appiconset/Contents.json 13 Examples/GenerativeAISample/GenerativeAIMultimodalSample/Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/GenerativeAIMultimodalSample/GenerativeAIMultimodalSampleApp.swift 11 Examples/GenerativeAISample/GenerativeAIMultimodalSample/Preview Content/Preview Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/GenerativeAIMultimodalSample/Screens/PhotoReasoningScreen.swift 53 Examples/GenerativeAISample/GenerativeAIMultimodalSample/ViewModels/PhotoReasoningViewModel.swift 83 Examples/GenerativeAISample/GenerativeAISample/Assets.xcassets/AccentColor.colorset/Contents.json 11 Examples/GenerativeAISample/GenerativeAISample/Assets.xcassets/AppIcon.appiconset/Contents.json 13 Examples/GenerativeAISample/GenerativeAISample/Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/GenerativeAISample/ContentView.swift 38 Examples/GenerativeAISample/GenerativeAISample/GenerativeAISampleApp.swift 9 Examples/GenerativeAISample/GenerativeAISample/Preview Content/Preview Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/GenerativeAITextSample/Assets.xcassets/AccentColor.colorset/Contents.json 11 Examples/GenerativeAISample/GenerativeAITextSample/Assets.xcassets/AppIcon.appiconset/Contents.json 13 Examples/GenerativeAISample/GenerativeAITextSample/Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/GenerativeAITextSample/GenerativeAITextSampleApp.swift 11 Examples/GenerativeAISample/GenerativeAITextSample/Preview Content/Preview Assets.xcassets/Contents.json 6 Examples/GenerativeAISample/GenerativeAITextSample/Screens/SummarizeScreen.swift 57 Examples/GenerativeAISample/GenerativeAITextSample/ViewModels/SummarizeViewModel.swift 41 Examples/GenerativeAISample/GenerativeAIUIComponents/Package.swift 18 Examples/GenerativeAISample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/InputField.swift 59 Examples/GenerativeAISample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/MultimodalInputField.swift 147 README.md 3 Tests/GoogleAITests/CountTokenResponses/failure-model-not-found.json 13 Tests/GoogleAITests/CountTokenResponses/success-total-tokens.json 3 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-empty-content.txt 1 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-error-mid-stream.txt 15 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-finish-reason-safety.txt 1 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-invalid-json.txt 1 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-malformed-content.txt 1 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-prompt-blocked-safety.txt 1 Tests/GoogleAITests/GenerateContentResponses/streaming-failure-recitation-no-content.txt 3 Tests/GoogleAITests/GenerateContentResponses/streaming-success-basic-reply-long.txt 10 Tests/GoogleAITests/GenerateContentResponses/streaming-success-basic-reply-short.txt 1 Tests/GoogleAITests/GenerateContentResponses/streaming-success-citations.txt 7 Tests/GoogleAITests/GenerateContentResponses/streaming-success-code-execution.txt 8 Tests/GoogleAITests/GenerateContentResponses/streaming-success-unknown-safety-enum.txt 1 Tests/GoogleAITests/GenerateContentResponses/unary-failure-api-key.json 21 Tests/GoogleAITests/GenerateContentResponses/unary-failure-empty-content.json 28 Tests/GoogleAITests/GenerateContentResponses/unary-failure-finish-reason-safety-no-content.json 46 Tests/GoogleAITests/GenerateContentResponses/unary-failure-finish-reason-safety.json 53 Tests/GoogleAITests/GenerateContentResponses/unary-failure-image-rejected.json 13 Tests/GoogleAITests/GenerateContentResponses/unary-failure-invalid-response.json 14 Tests/GoogleAITests/GenerateContentResponses/unary-failure-malformed-content.json 30 Tests/GoogleAITests/GenerateContentResponses/unary-failure-prompt-blocked-safety.json 23 Tests/GoogleAITests/GenerateContentResponses/unary-failure-unknown-enum-finish-reason.json 53 Tests/GoogleAITests/GenerateContentResponses/unary-failure-unknown-enum-prompt-blocked.json 23 Tests/GoogleAITests/GenerateContentResponses/unary-failure-unknown-model.json 13 Tests/GoogleAITests/GenerateContentResponses/unary-failure-unsupported-user-location.json 13 Tests/GoogleAITests/GenerateContentResponses/unary-success-basic-reply-short.json 37 Tests/GoogleAITests/GenerateContentResponses/unary-success-citations.json 79 Tests/GoogleAITests/GenerateContentResponses/unary-success-code-execution.json 54 Tests/GoogleAITests/GenerateContentResponses/unary-success-function-call-empty-arguments.json 18 Tests/GoogleAITests/GenerateContentResponses/unary-success-function-call-mixed-content.json 37 Tests/GoogleAITests/GenerateContentResponses/unary-success-function-call-no-arguments.json 19 Tests/GoogleAITests/GenerateContentResponses/unary-success-function-call-parallel-calls.json 40 Tests/GoogleAITests/GenerateContentResponses/unary-success-function-call-with-arguments.json 22 Tests/GoogleAITests/GenerateContentResponses/unary-success-missing-safety-ratings.json 16 Tests/GoogleAITests/GenerateContentResponses/unary-success-quote-reply.json 54 Tests/GoogleAITests/GenerateContentResponses/unary-success-unknown-enum-safety-ratings.json 46 samples/APIKey.swift 35 samples/ChatSnippets.swift 67 samples/CodeExecution.swift 44 samples/ControlledGeneration.swift 53 samples/CountTokens.swift 92 samples/FunctionCalling.swift 64 samples/GenerationConfig.swift 28 samples/README.md 17 samples/SafetySettings.swift 34 samples/SystemInstructions.swift 20 samples/TextGeneration.swift 94