mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +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 {
|
||||
return feature('TRANSCRIPT_CLASSIFIER')
|
||||
return feature('TRANSCRIPT_CLASSIFIER') ? true : false
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user