@agentica/core 0.31.2 → 0.32.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.
@@ -134,6 +134,7 @@ function transformExecute<Model extends ILlmSchema.Model>(props: {
134
134
  * The property and value have a type mismatch, but it works.
135
135
  */
136
136
  value: props.history.value as Record<string, unknown>,
137
+ success: props.history.success,
137
138
  });
138
139
  }
139
140