mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 00:45:29 +08:00
10 lines
163 B
Go
10 lines
163 B
Go
package shared
|
|
|
|
func ToolcallFeatureMatchEnabled(_ ConfigReader) bool {
|
|
return true
|
|
}
|
|
|
|
func ToolcallEarlyEmitHighConfidence(_ ConfigReader) bool {
|
|
return true
|
|
}
|