Skip to content

Commit

Permalink
Update conversation_finish.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nlathia authored Dec 7, 2024
1 parent 01fe3a4 commit 701b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversation_finish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 701b29e

Please sign in to comment.