addedOutput schema / $defs
Added value: +{
+ "ArticleHit": {
+ "additionalProperties": true,
+ "description": "A passage from a public research article. Cite by linking\n``https://www.rozkoduj.com/<locale>/research/<slug>``.",
+ "properties": {
+ "chunk_index": {
+ "title": "Chunk Index",
+ "type": "integer"
+ },
+ "chunk_text": {
+ "title": "Chunk Text",
+ "type": "string"
+ },
+ "context_prefix": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Context Prefix"
+ },
+ "description": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Description"
+ },
+ "locale": {
+ "title": "Locale",
+ "type": "string"
+ },
+ "parent_text": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Parent Text"
+ },
+ "slug": {
+ "title": "Slug",
+ "type": "string"
+ },
+ "title": {
+ "title": "Title",
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "locale",
+ "title",
+ "chunk_index",
+ "chunk_text"
+ ],
+ "title": "ArticleHit",
+ "type": "object"
+ },
+ "KnowledgeHit": {
+ "additionalProperties": true,
+ "description": "A passage from the deeper knowledge base (paid tiers).",
+ "properties": {
+ "chunk_index": {
+ "title": "Chunk Index",
+ "type": "integer"
+ },
+ "chunk_text": {
+ "title": "Chunk Text",
+ "type": "string"
+ },
+ "context_prefix": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Context Prefix"
+ },
+ "doc_id": {
+ "title": "Doc Id",
+ "type": "string"
+ },
+ "parent_text": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Parent Text"
+ },
+ "title": {
+ "title": "Title",
+ "type": "string"
+ }
+ },
+ "required": [
+ "doc_id",
+ "chunk_index",
+ "title",
+ "chunk_text"
+ ],
+ "title": "KnowledgeHit",
+ "type": "object"
+ },
+ "LockedInfo": {
+ "additionalProperties": true,
+ "description": "Fields withheld for the caller's tier, carried inside a normal 200.",
+ "properties": {
+ "fields": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Fields",
+ "type": "array"
+ },
+ "reason": {
+ "title": "Reason",
+ "type": "string"
+ },
+ "required_tier": {
+ "title": "Required Tier",
+ "type": "string"
+ },
+ "unlock_url": {
+ "title": "Unlock Url",
+ "type": "string"
+ }
+ },
+ "required": [
+ "fields",
+ "required_tier",
+ "unlock_url",
+ "reason"
+ ],
+ "title": "LockedInfo",
+ "type": "object"
+ }
+}