get_onyx_functions
Retrieve Onyx function definitions and usage examples from GitHub. Specify a function name or set a limit to filter results for detailed programming insights.
Instructions
Get Onyx function definitions and examples from GitHub
Input Schema
Name | Required | Description | Default |
---|---|---|---|
functionName | No | Function name to search for (optional) | |
limit | No | Maximum number of examples |
Input Schema (JSON Schema)
{
"properties": {
"functionName": {
"description": "Function name to search for (optional)",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of examples",
"type": "number"
}
},
"type": "object"
}