MCPcopy Create free account
hub / github.com/docker/model-test / ChatRole

TypeAlias ChatRole

models/chat.go:8–8  ·  view source on GitHub ↗

ChatRole represents the role of a message in a chat conversation

Source from the content-addressed store, hash-verified

6
7// ChatRole represents the role of a message in a chat conversation
8type ChatRole string
9
10const (
11 RoleUser ChatRole = "user"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected