feat: skip bindings for platform sources

This commit is contained in:
lda
2026-06-13 18:27:08 +07:00 Verified
parent 88ae7f52ed
commit a24f36a80e
4 changed files with 75 additions and 17 deletions
+1
View File
@@ -96,6 +96,7 @@ class AvailableSource(BaseModel):
id: str
enabled: bool = True
platform: bool = False
capabilities: dict[str, AvailableCapability] = Field(default_factory=dict)