mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 15:55:50 +00:00
fix: 修复 feature 的使用问题
This commit is contained in:
@@ -158,7 +158,7 @@ export function modelSupportsStructuredOutputs(model: string): boolean {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function modelSupportsAutoMode(_model: string): boolean {
|
export function modelSupportsAutoMode(_model: string): boolean {
|
||||||
return feature('TRANSCRIPT_CLASSIFIER')
|
return feature('TRANSCRIPT_CLASSIFIER') ? true : false
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user