Stop cancels any in-progress operations.
()
| 175 | |
| 176 | // Stop cancels any in-progress operations. |
| 177 | func (c *ACPConversation) Stop() { |
| 178 | c.cancel() |
| 179 | } |
| 180 | |
| 181 | // Text returns the current streaming response text. |
| 182 | func (c *ACPConversation) Text() string { |