@@ -142,12 +142,14 @@ struct ReferenceList: View {
142142 . init(
143143 title: " ReferenceList " ,
144144 subtitle: " /Core/Sources/ChatGPTChatTab/Views/BotMessage.swift:100 " ,
145- uri: " https://google.com "
145+ uri: " https://google.com " ,
146+ startLine: nil
146147 ) ,
147148 . init(
148149 title: " BotMessage.swift:100-102 " ,
149150 subtitle: " /Core/Sources/ChatGPTChatTab/Views " ,
150- uri: " https://google.com "
151+ uri: " https://google.com " ,
152+ startLine: nil
151153 ) ,
152154 ] ,
153155 chat: . init( initialState: . init( ) , reducer: Chat ( service: . init( ) ) )
@@ -161,32 +163,38 @@ struct ReferenceList: View {
161163 . init(
162164 title: " ReferenceList " ,
163165 subtitle: " /Core/Sources/ChatGPTChatTab/Views/BotMessage.swift:100 " ,
164- uri: " https://google.com "
166+ uri: " https://google.com " ,
167+ startLine: nil
165168 ) ,
166169 . init(
167170 title: " BotMessage.swift:100-102 " ,
168171 subtitle: " /Core/Sources/ChatGPTChatTab/Views " ,
169- uri: " https://google.com "
172+ uri: " https://google.com " ,
173+ startLine: nil
170174 ) ,
171175 . init(
172176 title: " ReferenceList " ,
173177 subtitle: " /Core/Sources/ChatGPTChatTab/Views/BotMessage.swift:100 " ,
174- uri: " https://google.com "
178+ uri: " https://google.com " ,
179+ startLine: nil
175180 ) ,
176181 . init(
177182 title: " ReferenceList " ,
178183 subtitle: " /Core/Sources/ChatGPTChatTab/Views/BotMessage.swift:100 " ,
179- uri: " https://google.com "
184+ uri: " https://google.com " ,
185+ startLine: nil
180186 ) ,
181187 . init(
182188 title: " ReferenceList " ,
183189 subtitle: " /Core/Sources/ChatGPTChatTab/Views/BotMessage.swift:100 " ,
184- uri: " https://google.com "
190+ uri: " https://google.com " ,
191+ startLine: nil
185192 ) ,
186193 . init(
187194 title: " ReferenceList " ,
188195 subtitle: " /Core/Sources/ChatGPTChatTab/Views/BotMessage.swift:100 " ,
189- uri: " https://google.com "
196+ uri: " https://google.com " ,
197+ startLine: nil
190198 ) ,
191199 ] , chat: . init( initialState: . init( ) , reducer: Chat ( service: . init( ) ) ) )
192200}
0 commit comments