objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
{
  "title": "agent.codex_sdk.OutputMode",
  "description": "The model is instructed via the prompt to output a specific key.\n\nThis is the default and most widely supported mode.",
  "type": "string",
  "enum": [
    "instruction"
  ]
}