chore: rename metalib to relaymeta

This commit is contained in:
JustSong
2025-01-31 17:10:01 +08:00
parent 7d3e75a0b5
commit 47918f3143
4 changed files with 14 additions and 8 deletions

View File

@@ -3,4 +3,5 @@ package role
const (
System = "system"
Assistant = "assistant"
Developer = "developer"
)