objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "title": "cli.output.notification.Cleared",
  "description": "Number of log files cleared by `<scope> logs clear` (or the global\n`logs clear`). Wire: `{\"type\":\"notification\",\"cleared\":7}`.",
  "type": "object",
  "properties": {
    "cleared": {
      "type": "integer",
      "minimum": 0,
      "maximum": 18446744073709551615
    }
  }
}