ai-gateway/relay/constant/finishreason/define.go

6 lines
47 B
Go
Raw Normal View History

package finishreason
const (
Stop = "stop"
)