airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Google Cloud Generative Operators: add system instruction, updates

Open CYarros10 opened this issue 1 year ago • 0 comments

  • Upgrade google-cloud-aiplatform to allow for data store interactions.
  • Upgrade docstrings to fill in missing tools param
  • Add system_instruction to GenerativeModelGenerateContentOperator
    • About System Instruction : System instructions enable you to steer the behavior of the model based on your specific needs and use cases. When you set a system instruction, you give the model additional context to understand the task, provide more customized responses, and adhere to specific guidelines over the full user interaction with the model. You can also specify product-level behavior by setting system instructions, separate from prompts provided by end users.

CYarros10 avatar Aug 26 '24 18:08 CYarros10