Skip to content

Add changelog for 2025-07-17 #578

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 1 commit into from
Jul 17, 2025
Merged

Add changelog for 2025-07-17 #578

merged 1 commit into from
Jul 17, 2025

Conversation

quantstruct-bot
Copy link
Collaborator

Description

Use Transient Tools in Conversation Nodes

  1. Add Transient Tools to Conversation Nodes with tools: You can now define transient tools directly within a Conversation Node using Call.workflow.nodes[type=conversation].tools. This allows for the customization of tools specific to a conversation without altering global tool configurations.

  2. Incorporate Existing Tools into Conversation Nodes with toolIds: You can now reference existing tools in a Conversation Node by listing their IDs using the toolIds property. This enables the reuse of predefined tools across different nodes and workflows for consistency and easier maintenance.

This allows you to mix transient, node-specific tools with existing tools within a ConversationNode. Learn more about how to use this in the Conversation Node documentation.

Testing Steps

  • Run the app locally using fern docs dev or navigate to preview deployment
  • Ensure that the changed pages and code snippets work

Copy link
Contributor

@quantstruct-bot quantstruct-bot merged commit 51aaeb8 into main Jul 17, 2025
6 checks passed
@quantstruct-bot quantstruct-bot deleted the changelog branch July 18, 2025 16:52
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.

1 participant