AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
protocol_test_constants_test.go
根目录
/
internal
/
plugin
/
protocol_test_constants_test.go
1
package plugin
2
3
// Production negotiation belongs to the SDK. Handwritten legacy fixtures use
4
// this old, supported revision to exercise the fallback path deterministically.
5
const testLegacyProtocolVersion = "2024-11-05"
6
6 lines
GO