Skip to content

fix: make vendor config sections optional in config.toml#774

Merged
maciejmajek merged 5 commits intoRobotecAI:mainfrom
Bingtagui404:fix/optional-vendor-config
Apr 7, 2026
Merged

fix: make vendor config sections optional in config.toml#774
maciejmajek merged 5 commits intoRobotecAI:mainfrom
Bingtagui404:fix/optional-vendor-config

Conversation

@Bingtagui404
Copy link
Copy Markdown
Contributor

Summary

  • Make [aws], [openai], [ollama], [google], and [tracing] sections optional in config.toml
  • Only the sections for vendors actually referenced in [vendor] are required
  • Missing sections get safe placeholder defaults so single-vendor setups work

closes #773

Only require config sections for vendors actually referenced in
[vendor]. Missing sections get safe defaults so users with a
single-vendor setup don't need to define unused providers.

closes RobotecAI#773
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.20%. Comparing base (dd8d791) to head (65a04f4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #774   +/-   ##
=======================================
  Coverage   73.20%   73.20%           
=======================================
  Files          82       82           
  Lines        3571     3583   +12     
=======================================
+ Hits         2614     2623    +9     
- Misses        957      960    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Copy Markdown
Member

@maciejmajek maciejmajek left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@maciejmajek maciejmajek merged commit ba64d12 into RobotecAI:main Apr 7, 2026
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configuration requires unused options

2 participants