Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vertexai/genai): add SystemInstruction #9736

Merged
merged 4 commits into from
Apr 30, 2024
Merged

feat(vertexai/genai): add SystemInstruction #9736

merged 4 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. feat(vertexai/genai): add SystemInstruction

    Expose GenerateContentRequest.SystemInstruction.
    
    As usual, put it on the Model, and use the Model field to construct
    each request.
    jba committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bb6f52c View commit details
    Browse the repository at this point in the history
  2. add test and example

    jba committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    64a3447 View commit details
    Browse the repository at this point in the history
  3. fix imports

    jba committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    aa89077 View commit details
    Browse the repository at this point in the history
  4. fix example

    jba committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5d68cdb View commit details
    Browse the repository at this point in the history