返回 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