fix(delegate-task): resolve variant-bearing fallback models during immediate selection
🤖 Generated with [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-openagent)
This commit is contained in:
@@ -9,7 +9,7 @@ const KNOWN_VARIANTS = new Set([
|
||||
"thinking",
|
||||
])
|
||||
|
||||
function parseVariantFromModelID(rawModelID: string): { modelID: string; variant?: string } {
|
||||
export function parseVariantFromModelID(rawModelID: string): { modelID: string; variant?: string } {
|
||||
const trimmedModelID = rawModelID.trim()
|
||||
if (!trimmedModelID) {
|
||||
return { modelID: "" }
|
||||
|
||||
Reference in New Issue
Block a user