mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix: correct A2A provider doc URL in provider_endpoints_support
This commit is contained in:
parent
79a6b8f7f0
commit
76ea466b71
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"providers": {
|
||||
"a2a": {
|
||||
"display_name": "A2A (Agent-to-Agent) (`a2a`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/a2a",
|
||||
"url": "https://docs.litellm.ai/docs/a2a",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"providers": {
|
||||
"a2a": {
|
||||
"display_name": "A2A (Agent-to-Agent) (`a2a`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/a2a",
|
||||
"url": "https://docs.litellm.ai/docs/a2a",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue