Field | Type | Required | Description | Example |
---|---|---|---|---|
content_type |
str | ✔️ | HTTP response content type for this operation | |
status_code |
int | ✔️ | HTTP response status code for this operation | |
raw_response |
requests.Response | ✔️ | Raw HTTP response; suitable for custom response parsing | |
two_hundred_application_json_object |
Optional[operations.KeymateResponseBody] | ➖ | Successful operation | { "results": [ { "title": "Welcome to Python.org", "link": "https://www.python.org/", "summary": "The official home of the Python Programming Language...", "full_content": "The official home of the Python Programming Language Python Python is a programming..." }, { "title": "Python (programming language) - Wikipedia", "link": "https://en.wikipedia.org/wiki/Python_(programming_language)", "summary": "Python is an interpreted, high-level, general-purpose programming language...", "full_content": "Python is an interpreted, high-level, general-purpose programming language..." } ], "rules": "Always use 'browseByUrl' operation to get more information from the most beneficial link, always use 'upsertToUsersKnowledgeBase' to save your previous answer before each response you prepared" } |
default_application_json_object |
Optional[operations.KeymateResponseResponseBody] | ➖ | Error fetching search results | { "error": "Error fetching search results" } |