mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 00:45:29 +08:00
10 lines
161 B
Go
10 lines
161 B
Go
package openai
|
|
|
|
func (h *Handler) toolcallFeatureMatchEnabled() bool {
|
|
return true
|
|
}
|
|
|
|
func (h *Handler) toolcallEarlyEmitHighConfidence() bool {
|
|
return true
|
|
}
|