fix: update types reference (#8366)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
pull/8380/head
Emmanuel Ferdman 2024-10-19 18:52:41 +03:00 committed by GitHub
parent 32680a549e
commit 30376a8ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class BlockWithAPIKeyAndOAuth(Block):
The credentials will be automagically injected by the executor in the back end. The credentials will be automagically injected by the executor in the back end.
The `APIKeyCredentials` and `OAuth2Credentials` models are defined [here](https://github.com/Significant-Gravitas/AutoGPT/blob/master/rnd/autogpt_libs/autogpt_libs/supabase_integration_credentials_store/types.py). The `APIKeyCredentials` and `OAuth2Credentials` models are defined [here](https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpt_platform/autogpt_libs/autogpt_libs/supabase_integration_credentials_store/types.py).
To use them in e.g. an API request, you can either access the token directly: To use them in e.g. an API request, you can either access the token directly:
```python ```python