Skip to content

Fixed config and added bundle#3164

Merged
mnocon merged 4 commits into5.0from
fix-gemini-config
Apr 22, 2026
Merged

Fixed config and added bundle#3164
mnocon merged 4 commits into5.0from
fix-gemini-config

Conversation

@mnocon
Copy link
Copy Markdown
Contributor

@mnocon mnocon commented Apr 22, 2026

Fixing the broken YAML that I broke - and adding the bundle entry which is not added automatically.

@mnocon mnocon marked this pull request as ready for review April 22, 2026 08:28
@github-actions
Copy link
Copy Markdown

Preview of modified files

Preview of modified Markdown:

Comment thread docs/ai_actions/configure_ai_actions.md Outdated
Comment thread docs/ai_actions/configure_ai_actions.md Outdated
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
Comment thread docs/ai_actions/configure_ai_actions.md Outdated
Comment thread docs/ai_actions/configure_ai_actions.md Outdated
@sonarqubecloud
Copy link
Copy Markdown

@mnocon mnocon removed the request for review from adriendupuis April 22, 2026 09:04
@github-actions
Copy link
Copy Markdown

code_samples/ change report

Before (on target branch)After (in current PR)

code_samples/ai_actions/config/packages/ibexa_connector_gemini.yaml


code_samples/ai_actions/config/packages/ibexa_connector_gemini.yaml

docs/ai_actions/configure_ai_actions.md@159:```yaml
docs/ai_actions/configure_ai_actions.md@160:[[= include_file('code_samples/ai_actions/config/packages/ibexa_connector_gemini.yaml') =]]
docs/ai_actions/configure_ai_actions.md@161:```
docs/ai_actions/configure_ai_actions.md@165:```yaml
docs/ai_actions/configure_ai_actions.md@166:[[= include_file('code_samples/ai_actions/config/packages/ibexa_connector_gemini.yaml') =]]
docs/ai_actions/configure_ai_actions.md@167:```

001⫶ibexa_connector_gemini:
002⫶ text_to_text:
003⫶ models:
004⫶ gemini-pro-latest:
005⫶ label: 'Gemini Pro Latest'
006⫶ max_tokens: 4096

001⫶ibexa_connector_gemini:
002⫶ text_to_text:
003⫶ models:
004⫶ gemini-pro-latest:
005⫶ label: 'Gemini Pro Latest'
006⫶ max_tokens: 4096
007⫶                gemini-flash-latest:
008⫶ label: 'Gemini Flash Latest'
009⫶ max_tokens: 4096
010⫶ default_model: gemini-pro-latest
011⫶ default_max_tokens: 4096 # Must be <= the model’s max_tokens
012⫶ default_temperature: 0.8
013⫶ image_to_text:
014⫶ models:
015⫶ gemini-flash-latest:
016⫶ label: 'Gemini Flash Latest'
017⫶ max_tokens: 4096
018⫶ default_model: gemini-flash-latest
019⫶ default_max_tokens: 4096
020⫶ default_temperature: 1.0
007⫶            gemini-flash-latest:
008⫶ label: 'Gemini Flash Latest'
009⫶ max_tokens: 4096
010⫶ default_model: gemini-pro-latest
011⫶ default_max_tokens: 4096 # Must be <= the model’s max_tokens
012⫶ default_temperature: 0.8
013⫶ image_to_text:
014⫶ models:
015⫶ gemini-flash-latest:
016⫶ label: 'Gemini Flash Latest'
017⫶ max_tokens: 4096
018⫶ default_model: gemini-flash-latest
019⫶ default_max_tokens: 4096
020⫶ default_temperature: 1.0


Download colorized diff

@mnocon mnocon requested a review from adriendupuis April 22, 2026 09:08
Copy link
Copy Markdown
Contributor

@adriendupuis adriendupuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve docs/ai_actions/configure_ai_actions.md content and I'm confident on how the YAML was reviewed by others.

@mnocon mnocon merged commit 3dca76e into 5.0 Apr 22, 2026
16 checks passed
@mnocon mnocon deleted the fix-gemini-config branch April 22, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants