(content string)
| 754 | } |
| 755 | |
| 756 | func WithImplicitUserMessage(content string) Opt { |
| 757 | return func(s *Session) { |
| 758 | s.AddMessage(ImplicitUserMessageAt(s.now(), content)) |
| 759 | } |
| 760 | } |
| 761 | |
| 762 | func WithSystemMessage(content string) Opt { |
| 763 | return func(s *Session) { |