@copilotkit/runtime 0.0.0-feat-enable-setting-recursion-limit-20250429112631 → 0.0.0-feat-enable-setting-recursion-limit-20250429113850

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/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 0.0.0-feat-enable-setting-recursion-limit-20250429112631
3
+ ## 0.0.0-feat-enable-setting-recursion-limit-20250429113850
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1d2ae5a: - feat: enable setting langgraph config from ui
8
8
  - chore: document usage of new config
9
- - @copilotkit/shared@0.0.0-feat-enable-setting-recursion-limit-20250429112631
9
+ - @copilotkit/shared@0.0.0-feat-enable-setting-recursion-limit-20250429113850
10
10
 
11
11
  ## 1.8.9
12
12
 
@@ -1894,7 +1894,7 @@ async function streamEvents(controller, args) {
1894
1894
  const graphSchema = await client.assistants.getSchemas(assistantId);
1895
1895
  const schemaKeys = getSchemaKeys(graphSchema);
1896
1896
  if (explicitConfig) {
1897
- let filteredConfigurable = retrievedAssistant.config.configurable ?? {};
1897
+ let filteredConfigurable = retrievedAssistant.config.configurable;
1898
1898
  if (explicitConfig.configurable) {
1899
1899
  filteredConfigurable = (schemaKeys == null ? void 0 : schemaKeys.config) ? filterObjectBySchemaKeys(explicitConfig == null ? void 0 : explicitConfig.configurable, schemaKeys == null ? void 0 : schemaKeys.config) : explicitConfig == null ? void 0 : explicitConfig.configurable;
1900
1900
  }
@@ -5072,4 +5072,4 @@ export {
5072
5072
  getCommonConfig,
5073
5073
  copilotRuntimeNodeHttpEndpoint
5074
5074
  };
5075
- //# sourceMappingURL=chunk-7ILIEHVE.mjs.map
5075
+ //# sourceMappingURL=chunk-JGBGBJGK.mjs.map