Skip to content

Commit

Permalink
Merge pull request #5 from gradientlabs-ai/rename-agent-type
Browse files Browse the repository at this point in the history
Rename ParticipantTypeAgent to ParticipantTypeHumanAgent
  • Loading branch information
nlathia authored Mar 21, 2024
2 parents 035d1d7 + 0f84897 commit 46d2276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const (
// customer/end-user.
ParticipantTypeCustomer ParticipantType = "Customer"

// ParticipantTypeAgent indicates that the message was sent by a human support
// ParticipantTypeHumanAgent indicates that the message was sent by a human support
// agent.
ParticipantTypeAgent ParticipantType = "Agent"
ParticipantTypeHumanAgent ParticipantType = "Agent"

// ParticipantTypeBot indicates that the message was sent by an automation/bot
// other than the Gradient Labs AI agent.
Expand Down

0 comments on commit 46d2276

Please sign in to comment.