Upgrade baibot (v1.13.0 -> v1.14.0) and add built-in tools configuration support

This commit is contained in:
Slavi Pantaleev
2026-02-04 04:21:47 +02:00
parent 93f6264466
commit 7d4536cf78
4 changed files with 28 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ text_generation:
max_completion_tokens: {{ matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_max_completion_tokens | int | to_json }}
{% endif %}
max_context_tokens: {{ matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_max_context_tokens | int | to_json }}
tools:
web_search: {{ matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_tools_web_search | to_json }}
code_interpreter: {{ matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_tools_code_interpreter | to_json }}
{% endif %}
{% if matrix_bot_baibot_config_agents_static_definitions_openai_config_speech_to_text_enabled %}