Remove user-facing new-api naming; Docker/network/container names use heicode. Go imports updated; Dockerfiles and workflows ldflags fixed. Made-with: Cursor
10 lines
233 B
Go
10 lines
233 B
Go
package constant
|
|
|
|
var (
|
|
FinishReasonStop = "stop"
|
|
FinishReasonToolCalls = "tool_calls"
|
|
FinishReasonLength = "length"
|
|
FinishReasonFunctionCall = "function_call"
|
|
FinishReasonContentFilter = "content_filter"
|
|
)
|