Commit 593b65f
committed
refactor: remove unused InitialPrompt field from PTYConversation
The public InitialPrompt string field is no longer used after refactoring.
The initial prompt is now stored in cfg.InitialPrompt (as []MessagePart)
and managed internally. Removing this field avoids confusion and maintains
clean encapsulation.
Addresses PR review feedback.1 parent b5437f7 commit 593b65f
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
0 commit comments