From e65601d7f5fdb80c821d2995877f70029c37b513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walczak?= <137490000+MWBlocky@users.noreply.github.com> Date: Fri, 15 May 2026 16:06:05 +0200 Subject: [PATCH] Improve formatting of migration guides in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the formatting of migration guides for JavaScript and Python in the hooks and policies documentation. Signed-off-by: MichaƂ Walczak <137490000+MWBlocky@users.noreply.github.com> --- .../hedera-ai-agent-kit/hooks-and-polices.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/hooks-and-polices.mdx b/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/hooks-and-polices.mdx index e9e7ea25..d30b0056 100644 --- a/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/hooks-and-polices.mdx +++ b/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/hooks-and-polices.mdx @@ -19,9 +19,11 @@ These can be used to enforce security, compliance, and other business rules. Only tools extending `BaseTool` (JavaScript) or `ToolV2` (Python) support hooks and policies. All core tools provided with the kit support these features by default. While classic tool interfaces continue to be supported for backward compatibility, they do not gain hook or policy support until migrated to the new base classes. - - - **JavaScript**: [Migrating Custom Tools to BaseTool](https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/MIGRATION-v4.md#migrating-custom-tools-to-basetool-recommended-non-breaking) - - **Python**: [Python ToolV2 Migration Guide](https://github.com/hashgraph/hedera-agent-kit-py/blob/main/docs/MIGRATION_TO_BASETOOLV2.md) + + + **JavaScript**: [Migrating Custom Tools to BaseTool](https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/MIGRATION-v4.md#migrating-custom-tools-to-basetool-recommended-non-breaking) + + **Python**: [Python ToolV2 Migration Guide](https://github.com/hashgraph/hedera-agent-kit-py/blob/main/docs/MIGRATION_TO_BASETOOLV2.md)