Skip to content

Commit 4011a02

Browse files
authored
Merge pull request #401 from firebase/mc/rename
fix bad end tags
2 parents 6618dcf + 7ca4d3b commit 4011a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertexai/VertexAISnippets/VertexAISnippets.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Snippets {
9797
print(text)
9898
}
9999
}
100-
// [START text_gen_text_only_prompt_streaming]
100+
// [END text_gen_text_only_prompt_streaming]
101101
}
102102

103103
func sendTextOnlyPromt() async throws {
@@ -110,7 +110,7 @@ class Snippets {
110110
if let text = response.text {
111111
print(text)
112112
}
113-
// [START text_gen_text_only_prompt]
113+
// [END text_gen_text_only_prompt]
114114
}
115115

116116
func sendMultimodalPromptStreaming() async throws {

0 commit comments

Comments
 (0)