Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: AmazonBedrockChatGenerator - add tools support (#1304)
* AmazonBedrockChatGenerator - add tools support * Remove test not needed * Add actual pipeline integration test with tools * Extract instance functions to free standing * No need to test serde on all models * Add serde test * Fix serde test * Lint * Always pack thinking + tool call into single ChatMessage * Revert accidental changes * Method renaming for Python Zen * Add class pydocs * Don't run pipeline in serde test * Update test_serde_in_pipeline test * Lint
- Loading branch information