add System Instruction method in GenerativeModel Builder #10759
Labels
api: vertex-ai
Issues related to the Vertex AI API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
In Python SDK, for Gemini, GenerativeModel has implemented System_instruction parameter. We can setup the system prompt when using it.
https://cloud.google.com/python/docs/reference/aiplatform/latest/vertexai.generative_models.GenerativeModel#parameter
But in Java SDK, the method(setSystemInstruction) hasn't been implemented. we would love the have the method. thank you.
https://cloud.google.com/java/docs/reference/google-cloud-vertexai/latest/com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
The text was updated successfully, but these errors were encountered: