Use common states for selectors in openai_conversation (#142056)

This commit is contained in:
Norbert Rittel 2025-04-02 22:37:19 +02:00 committed by GitHub
parent 23ade8180a
commit 06edb2e36b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,16 +46,16 @@
"selector": {
"reasoning_effort": {
"options": {
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
},
"search_context_size": {
"options": {
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
}
},