objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "functions.ListFunctionsRequest",
  "description": "Query parameters for the list functions endpoint.",
  "type": "object",
  "properties": {
    "source": {
      "description": "Optional source filter for listing functions.",
      "anyOf": [
        {
          "$ref": "functions.ListFunctionsSource"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}