@getzep/zep-cloud 2.6.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/reference.md CHANGED
@@ -2424,7 +2424,7 @@ await client.memory.synthesizeQuestion("sessionId");
2424
2424
 
2425
2425
  ## Graph
2426
2426
 
2427
- <details><summary><code>client.graph.<a href="/src/api/resources/graph/client/Client.ts">add</a>({ ...params }) -> Zep.SuccessResponse</code></summary>
2427
+ <details><summary><code>client.graph.<a href="/src/api/resources/graph/client/Client.ts">add</a>({ ...params }) -> Zep.Episode</code></summary>
2428
2428
  <dl>
2429
2429
  <dd>
2430
2430
 
@@ -4047,6 +4047,69 @@ await client.graph.episode.delete("uuid");
4047
4047
  </dl>
4048
4048
  </details>
4049
4049
 
4050
+ <details><summary><code>client.graph.episode.<a href="/src/api/resources/graph/resources/episode/client/Client.ts">getNodesAndEdges</a>(uuid) -> Zep.GraphSearchResults</code></summary>
4051
+ <dl>
4052
+ <dd>
4053
+
4054
+ #### 📝 Description
4055
+
4056
+ <dl>
4057
+ <dd>
4058
+
4059
+ <dl>
4060
+ <dd>
4061
+
4062
+ Returns nodes and edges mentioned in an episode
4063
+
4064
+ </dd>
4065
+ </dl>
4066
+ </dd>
4067
+ </dl>
4068
+
4069
+ #### 🔌 Usage
4070
+
4071
+ <dl>
4072
+ <dd>
4073
+
4074
+ <dl>
4075
+ <dd>
4076
+
4077
+ ```typescript
4078
+ await client.graph.episode.getNodesAndEdges("uuid");
4079
+ ```
4080
+
4081
+ </dd>
4082
+ </dl>
4083
+ </dd>
4084
+ </dl>
4085
+
4086
+ #### ⚙️ Parameters
4087
+
4088
+ <dl>
4089
+ <dd>
4090
+
4091
+ <dl>
4092
+ <dd>
4093
+
4094
+ **uuid:** `string` — Episode uuid
4095
+
4096
+ </dd>
4097
+ </dl>
4098
+
4099
+ <dl>
4100
+ <dd>
4101
+
4102
+ **requestOptions:** `Episode.RequestOptions`
4103
+
4104
+ </dd>
4105
+ </dl>
4106
+ </dd>
4107
+ </dl>
4108
+
4109
+ </dd>
4110
+ </dl>
4111
+ </details>
4112
+
4050
4113
  ## Graph Node
4051
4114
 
4052
4115
  <details><summary><code>client.graph.node.<a href="/src/api/resources/graph/resources/node/client/Client.ts">getByGroupId</a>(groupId) -> Zep.EntityNode[]</code></summary>
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.6.0";
1
+ export declare const SDK_VERSION = "2.7.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "2.6.0";
4
+ exports.SDK_VERSION = "2.7.0";