Skip to content

Conversation

@mattzcarey
Copy link
Contributor

No description provided.

claude bot and others added 16 commits June 17, 2025 11:01
… preExecute functionality

- Remove default file_path transformers from StackOneToolSet
- Remove addTransformationSourceParameters method
- Add experimental preExecute function support for dynamic parameter processing
- Add ExperimentalPreExecuteFunction type with "experimental" prefix
- Create comprehensive experimental document handling example
- Update exports to include experimental types
- Update snapshots to reflect removed transformers
- Maintain core parameter mapping infrastructure for experimental features

This addresses security concerns while providing a flexible, developer-controlled
approach to document handling through experimental preExecute functions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: mattzcarey <mattzcarey@users.noreply.github.com>
- Rename ExperimentalPreExecuteFunction to Experimental_PreExecuteFunction
- Rename experimentalPreExecute to experimental_PreExecute
- Update all imports, exports, and usages across codebase

Co-authored-by: mattzcarey <mattzcarey@users.noreply.github.com>
Add comprehensive example demonstrating experimental_ prefixed transformation API alongside existing ParameterMapper approach. Includes:

- Experimental_ParameterMapper class with experimental_ naming
- File, user data, and date transformation examples  
- Composite transformation handlers
- Comprehensive test cases for UX comparison

Co-authored-by: mattzcarey <mattzcarey@users.noreply.github.com>
Remove old parameter transformation system in favor of new experimental schema override + preExecute API
Remove example that used deprecated ParameterMapper approach in favor of new schema override + preExecute API
Complete implementation of the new experimental two-stage transformation API:

- Add experimental_schemaOverride for schema modification at tool creation time
- Add experimental_preExecute for parameter transformation at execution time  
- Remove all old parameter transformation infrastructure (ParameterMapper, etc.)
- Update all toolset classes to support new experimental options
- Rewrite document handling example to demonstrate new API
- Ensure type safety and proper tool creation with experimental options

This replaces the old parameter transformation system with a more flexible
and developer-friendly approach that separates schema definition from
parameter transformation.

Co-authored-by: mattzcarey <mattzcarey@users.noreply.github.com>
@mattzcarey mattzcarey merged commit 366f3ca into main Jun 17, 2025
3 checks passed
@mattzcarey mattzcarey deleted the feat/experimental-doc-handling branch June 17, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants