objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "title": "cli.output.notification.Instructions",
  "description": "Wire shape for `<scope> instructions get` (and the global\n`instructions get`). The body is the instruction text the user is\nmeant to follow plus the generated instructions ID line.",
  "type": "object",
  "properties": {
    "instructions": {
      "type": "string"
    }
  }
}