Suggests several Abacus APIs that are most relevant to the supplied natural language query.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | query | str | The natural language query to find Abacus APIs for |
No | verbosity | int | The verbosity level of the suggested Abacus APIs. Ranges from 0 to 2, with 0 being the least verbose and 2 being the most verbose. |
No | limit | int | The maximum number of APIs to return |
No | includeScores | bool | Whether to include the relevance scores of the suggested APIs |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[AbacusApi] |
Coming Soon!