ChatCompletion ​Chat​Completion

yaml
type: "io.kestra.plugin.gemini.chatcompletion"
yaml
id: gemini_chat_completion
namespace: company.team

tasks:
  - id: chat_completion
    type: io.kestra.plugin.gemini.ChatCompletion
    apiKey: "{{ secret('GEMINI_API_KEY') }}"
    model: "gemini-2.5-flash"
    messages:
      - type: SYSTEM
        content: You are a helpful assistant, answer concisely, avoid overly casual language or unnecessary verbosity.
      - type: USER
        content: "What is the capital of France?"
Properties
SubType
Possible Values
SYSTEMAIUSER