LobeChat
Ctrl K
Back to Discovery
Search research papers and transcripts of talks from Dr. Michael Levin's Lab.

Tool Parameters

banner
Request the context
ParameterType
_requestBody
OBJECT

JSON Schema

json
[
  {
    "description": "Request the context",
    "name": "query_get_context",
    "parameters": {
      "properties": {
        "_requestBody": {
          "title": "GetContextRequest",
          "type": "object",
          "properties": {
            "text": {
              "type": "string"
            }
          }
        }
      },
      "type": "object"
    }
  }
]