-
feat(executor): add `using_api` attribute support for API path toggle and enhance test coverage
发布于
2026-07-11 04:15:55 +00:00 | 351 次提交 在此版本后已推送到 main- Introduced
using_apiattribute in xAI auth for toggling between official API and CLI chat-proxy paths. - Updated
xaiChatBaseURLandapplyXAIChatHeadersto conditionally apply the appropriate logic based on theusing_apivalue. - Added robust handling of attribute and metadata parsing for
using_api. - Extended test suite to cover
using_apiscenarios, including defaults, overrides, and header behaviors.
下载附件
- Introduced