-
feat(executor): add configurable injection of x_search tool for xAI requests
发布于
2026-07-26 20:41:24 +00:00 - Introduced
InjectXSearchinXAIConfigto enable automatic injection of the nativex_searchtool when not explicitly declared. - Updated
XAIExecutorto honor theInjectXSearchconfiguration, ensuring consistent tool availability. - Enhanced configuration handling with support for dynamic diffing to track changes in
InjectXSearch. - Added comprehensive tests to validate
InjectXSearchbehavior, including preparation and tool choice synchronization. - Updated example config and documentation to outline
InjectXSearchusage.
Closes: #4339
下载附件
- Introduced