changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "note": {
+ "description": "Present only when there were no matches.",
+ "type": "string"
+ },
+ "results": {
+ "description": "Matching sections, best first. Empty when nothing matched.",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "excerpt": {
+ "description": "Up to 600 characters of the matching section",
+ "type": "string"
+ },
+ "heading": {
+ "description": "The section heading the match sits under",
+ "type": "string"
+ },
+ "topic": {
+ "description": "Pass this to get_doc for the full topic",
+ "enum": [
+ "overview",
+ "quote-and-book",
+ "checkout",
+ "endpoints",
+ "widgets",
+ "attribution",
+ "live-chat",
+ "customer-portal",
+ "mcp-connector"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "topic",
+ "heading",
+ "excerpt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "results"
+ ],
+ "type": "object"
+}