Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vertexai/VertexAISnippets/VertexAISnippets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Snippets {
print(text)
}
}
// [START text_gen_text_only_prompt_streaming]
// [END text_gen_text_only_prompt_streaming]
}

func sendTextOnlyPromt() async throws {
Expand All @@ -110,7 +110,7 @@ class Snippets {
if let text = response.text {
print(text)
}
// [START text_gen_text_only_prompt]
// [END text_gen_text_only_prompt]
}

func sendMultimodalPromptStreaming() async throws {
Expand Down