-
Couldn't load subscription status.
- Fork 2
feat: experimental doc handling #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.