opencode_list_providers
Lists configured LLM providers in opencode and returns their names for verification.
Instructions
List configured LLM providers in opencode.
Return Format
{"success": bool, "message": str, "data": {"providers": [{"name": str}]}}
Examples
opencode_list_providers()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||