Share feedback
Answers are generated based on the documentation.

Experimental

Schema

FilesReadFileRequest

Type: object

ReadFileRequest names one regular file.
path · required

Type: string

path is the sandbox path of a regular file.
All schema constraints and annotations
{
  "description": "path is the sandbox path of a regular file.",
  "minLength": 1,
  "type": "string"
}
All schema constraints and annotations
{
  "additionalProperties": false,
  "description": "ReadFileRequest names one regular file.",
  "properties": {
    "path": {
      "description": "path is the sandbox path of a regular file.",
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "title": "ReadFileRequest",
  "type": "object"
}