mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
refactor(bedrock): remove unused ThinkingBudget component from Bedrock
This commit is contained in:
parent
d362211d65
commit
db66396e9b
1 changed files with 0 additions and 6 deletions
|
|
@ -8,7 +8,6 @@ import { useAppTranslation } from "@src/i18n/TranslationContext"
|
|||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@src/components/ui"
|
||||
|
||||
import { inputEventTransform, noTransform } from "../transforms"
|
||||
import { ThinkingBudget } from "../ThinkingBudget"
|
||||
|
||||
type BedrockProps = {
|
||||
apiConfiguration: ProviderSettings
|
||||
|
|
@ -152,11 +151,6 @@ export const Bedrock = ({ apiConfiguration, setApiConfigurationField, selectedMo
|
|||
</div>
|
||||
</>
|
||||
)}
|
||||
<ThinkingBudget
|
||||
apiConfiguration={apiConfiguration}
|
||||
setApiConfigurationField={setApiConfigurationField}
|
||||
modelInfo={selectedModelInfo}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue