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 db719f4 commit e7272c6Copy full SHA for e7272c6
src/inferencesh/sdk.py
@@ -267,7 +267,7 @@ def refresh_metadata(self) -> None:
267
@classmethod
268
def model_json_schema(cls, **kwargs):
269
schema = super().model_json_schema(**kwargs)
270
-
+ schema["$id"] = "/schemas/File"
271
# Create a schema that accepts either a string or the full object
272
return {
273
"oneOf": [
0 commit comments