@semiont/backend 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -15216,6 +15216,10 @@ var openapi_default = {
15216
15216
  }
15217
15217
  }
15218
15218
  },
15219
+ userHint: {
15220
+ type: "string",
15221
+ description: "User-provided textual hint to supplement or replace the selected text for search and generation"
15222
+ },
15219
15223
  graphContext: {
15220
15224
  type: "object",
15221
15225
  description: "Graph-derived context from the knowledge base",
@@ -15299,8 +15303,7 @@ var openapi_default = {
15299
15303
  },
15300
15304
  required: [
15301
15305
  "annotation",
15302
- "sourceResource",
15303
- "sourceContext"
15306
+ "sourceResource"
15304
15307
  ]
15305
15308
  }
15306
15309
  }