@integry/sdk 4.9.26 → 4.9.27

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/README.md CHANGED
@@ -49,7 +49,7 @@ activity fields for `type`, `activity_type`, `endpoint_id`, and `session_id`. Fo
49
49
 
50
50
  ## Headless function-to-tool conversion
51
51
 
52
- Use `getFunctionTools` when you already have function details (for example from `getFunctionDetails`) and only want a tool payload without rendering UI.
52
+ Use `getFunctionTools` when you already have function details (for example from `getFunctionDetails`) and only want a tool payload without rendering UI. `IntegryJS.Helpers.getFunctionTools` additionally pre-marks all top-level parameters as AI-Filled and seeds `default_arguments` for those fields.
53
53
 
54
54
  ```ts
55
55
  const tool = sdk.getFunctionTools(functionDetails);