Doc: Custom instructions/Categories (#2147)
This commit is contained in:
@@ -62,7 +62,7 @@ You can also retrieve the current custom instructions:
|
||||
<CodeGroup>
|
||||
```python Code
|
||||
# Retrieve current custom instructions
|
||||
response = client.update_project(fields=["custom_instructions"])
|
||||
response = client.get_project(fields=["custom_instructions"])
|
||||
print(response)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user