ChatPlanMode represents the persistent plan mode state of a chat.
| 520 | |
| 521 | // ChatPlanMode represents the persistent plan mode state of a chat. |
| 522 | type ChatPlanMode string |
| 523 | |
| 524 | const ( |
| 525 | // ChatPlanModePlan activates plan mode for the chat. |
no outgoing calls
no test coverage detected