[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:
Shanshan Shen
2025-04-16 09:30:33 +08:00
committed by GitHub
parent bbe7ccd366
commit 415ed027fa

View File

@@ -162,7 +162,3 @@ class NPUPlatform(Platform):
model configuration.
"""
return True
@classmethod
def supports_structured_output(cls) -> bool:
return True