From 701b29eddacd9c29b856d8b68da5813c740c333c Mon Sep 17 00:00:00 2001 From: Neal Lathia Date: Sat, 7 Dec 2024 11:38:05 +0000 Subject: [PATCH] Update conversation_finish.go --- conversation_finish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversation_finish.go b/conversation_finish.go index 9445da5..bfe9b7d 100644 --- a/conversation_finish.go +++ b/conversation_finish.go @@ -12,7 +12,7 @@ type FinishParams struct { // If not given, this will default to the current time. Timestamp *time.Time `json:"timestamp,omitempty"` - // Reason optionally allows you to describe why this conversation is being finished. + // Reason optionally allows you to describe why this conversation is finishing. Reason string `json:"reason,omitempty"` }