Skip to content

Commit

Permalink
fix(vanna): add newline at end of files for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminX committed Nov 5, 2024
1 parent 01aa69e commit ef50505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/core/tools/provider/builtin/vanna/vanna.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def _validate_credentials(self, credentials: dict[str, Any]) -> None:
},
)
except Exception as e:
raise ToolProviderCredentialValidationError(str(e))
raise ToolProviderCredentialValidationError(str(e))
3 changes: 2 additions & 1 deletion api/core/tools/provider/builtin/vanna/vanna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ credentials_for_provider:
label:
en_US: Vanna.AI Endpoint Base URL
placeholder:
en_US: https://ask.vanna.ai/rpc
en_US: https://ask.vanna.ai/rpc

0 comments on commit ef50505

Please sign in to comment.