ds2api / internal /httpapi /openai /shared /handler_toolcall_policy.go
204848
Initial commit: ds2api with HF Spaces support
feccc69
Raw
History Blame Contribute Delete
163 Bytes
package shared
func ToolcallFeatureMatchEnabled(_ ConfigReader) bool {
return true
}
func ToolcallEarlyEmitHighConfidence(_ ConfigReader) bool {
return true
}