Skip to content

Commit 4178fd6

Browse files
authored
refactor: remove redundant snippet start and end markers from FunctionCalling sample (#10302)
1 parent 47415ab commit 4178fd6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

vertexai/snippets/src/main/java/vertexai/gemini/FunctionCalling.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package vertexai.gemini;
1818

19-
// [START generativeaionvertexai_gemini_function_calling]
2019
import com.google.cloud.vertexai.VertexAI;
2120
import com.google.cloud.vertexai.api.Content;
2221
import com.google.cloud.vertexai.api.FunctionDeclaration;
@@ -111,4 +110,3 @@ public static String whatsTheWeatherLike(String projectId, String location,
111110
}
112111
}
113112
}
114-
// [END generativeaionvertexai_gemini_function_calling]

0 commit comments

Comments
 (0)