We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116650c commit b580265Copy full SHA for b580265
vlmrun/client/types.py
@@ -61,6 +61,7 @@ class DomainInfo(BaseModel):
61
62
class SchemaResponse(BaseModel):
63
domain: str
64
+ description: Optional[str] = None
65
schema_version: str
66
schema_hash: str
67
gql_stmt: str
vlmrun/version.py
@@ -1 +1 @@
1
-__version__ = "0.2.6"
+__version__ = "0.2.7"
0 commit comments