Skip to content

Commit

Permalink
fix: not zendesk :)
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Dec 1, 2024
1 parent 95a3e11 commit 87f7460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/providers/vectordev_provider/vectordev_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@pydantic.dataclasses.dataclass
class VectordevProviderAuthConfig:
api_key: str = dataclasses.field(
metadata={"required": True, "description": "Zendesk API key", "sensitive": True}
metadata={"required": True, "description": "API key", "sensitive": True}
)


Expand Down

0 comments on commit 87f7460

Please sign in to comment.