Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package vertexai.gemini;

// [START generativeaionvertexai_gemini_function_calling]
import com.google.cloud.vertexai.VertexAI;
import com.google.cloud.vertexai.api.Content;
import com.google.cloud.vertexai.api.FunctionDeclaration;
Expand Down Expand Up @@ -111,4 +110,3 @@ public static String whatsTheWeatherLike(String projectId, String location,
}
}
}
// [END generativeaionvertexai_gemini_function_calling]