mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 22:09:37 +08:00
fix bug
This commit is contained in:
16
pkg/logger/fields.go
Normal file
16
pkg/logger/fields.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package logger
|
||||
|
||||
const (
|
||||
FieldChannel = "channel"
|
||||
FieldChatID = "chat_id"
|
||||
FieldSenderID = "sender_id"
|
||||
FieldPreview = "preview"
|
||||
FieldError = "error"
|
||||
|
||||
FieldMessageContentLength = "message_content_length"
|
||||
FieldAssistantContentLength = "assistant_content_length"
|
||||
FieldUserResponseContentLength = "user_response_content_length"
|
||||
FieldFetchedContentLength = "fetched_content_length"
|
||||
FieldOutputContentLength = "output_content_length"
|
||||
FieldTranscriptLength = "transcript_length"
|
||||
)
|
||||
Reference in New Issue
Block a user