mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-20 16:07:47 +08:00
refactor backend API structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package shared
|
||||
|
||||
func ToolcallFeatureMatchEnabled(_ ConfigReader) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func ToolcallEarlyEmitHighConfidence(_ ConfigReader) bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user