(content string)
| 760 | } |
| 761 | |
| 762 | func WithSystemMessage(content string) Opt { |
| 763 | return func(s *Session) { |
| 764 | s.AddMessage(SystemMessageAt(s.now(), content)) |
| 765 | } |
| 766 | } |
| 767 | |
| 768 | func WithMaxIterations(maxIterations int) Opt { |
| 769 | return func(s *Session) { |