Skip to content

Commit 42e461b

Browse files
tahierhussainclaude
andcommitted
refactor: remove unused llmModels prop from Conversation
The llmModels prop was no longer used after removing the llmModelDisplayName and coderLlmModelDisplayName memoized values. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9986874 commit 42e461b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/ide/chat-ai/Conversation.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const Conversation = memo(function Conversation({
1515
savePrompt,
1616
message,
1717
chatIntents,
18-
llmModels,
1918
isPromptRunning,
2019
isLastConversation,
2120
selectedChatId,
@@ -181,7 +180,6 @@ Conversation.propTypes = {
181180
savePrompt: PropTypes.func.isRequired,
182181
message: PropTypes.object.isRequired,
183182
chatIntents: PropTypes.array.isRequired,
184-
llmModels: PropTypes.array.isRequired,
185183
isPromptRunning: PropTypes.bool.isRequired,
186184
isLastConversation: PropTypes.bool.isRequired,
187185
selectedChatId: PropTypes.string.isRequired,

0 commit comments

Comments
 (0)