Skip to content

Commit ed89cc2

Browse files
authored
DOC-3837 rename CoPilot
1 parent 0b2d9e2 commit ed89cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core-functions/pages/async_base.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment, use the `TigerGraphConnection` object.
88
The `AsyncTigerGraphConnection` object is the main object that you will interact with when using pyTigerGraph.
99
It provides the same core functionality as the synchronous `TigerGraphConnection` object, but with asynchronous methods.
1010

11-
**Note:** `AsyncTigerGraphConnection` does not currently support the GDS or TigerGraph CoPilot APIs found in the synchronous version.
11+
**Note:** `AsyncTigerGraphConnection` does not currently support the GDS or TigerGraph GraphRAG APIs found in the synchronous version.
1212

1313
To test your connection, you can use the `echo()` method. This method sends a simple request to the server and returns the response.
1414

0 commit comments

Comments
 (0)