[V1][Platform] Remove supports_structured_output() in platform (#531)
### What this PR does / why we need it? Remove `supports_structured_output()` in platform. This method is no need, because upstream has deleted this. Signed-off-by: shen-shanshan <467638484@qq.com>
This commit is contained in:
@@ -162,7 +162,3 @@ class NPUPlatform(Platform):
|
||||
model configuration.
|
||||
"""
|
||||
return True
|
||||
|
||||
@classmethod
|
||||
def supports_structured_output(cls) -> bool:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user