Flowise/packages/components/nodes/chains/ApiChain
Henry Heng a107aa7a77
Chore/Update issue templates and add new tools (#4687)
* Enhancement: Update issue templates and add new tools

- Updated bug report template to include a default label of 'bug'.
- Updated feature request template to include a default label of 'enhancement'.
- Added new credential class for Agentflow API.
- Enhanced Agent and HTTP nodes to improve tool management and error handling.
- Added deprecation badges to several agent and chain classes.
- Introduced new tools for handling requests (GET, POST, DELETE, PUT) with improved error handling.
- Added new chatflows and agentflows for various use cases, including document QnA and translation.
- Updated UI components for better handling of agent flows and marketplace interactions.
- Refactored utility functions for improved functionality and clarity.

* Refactor: Remove beta badge and streamline template title assignment

- Removed the 'BETA' badge from the ExtractMetadataRetriever class.
- Simplified the title assignment in the agentflowv2 generator by using a variable instead of inline string manipulation.
2025-06-19 18:11:24 +01:00
..
GETApiChain.ts Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
OpenAPIChain.ts Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
POSTApiChain.ts Chore/Update issue templates and add new tools (#4687) 2025-06-19 18:11:24 +01:00
get.svg Update Chain Icons 2023-12-18 03:19:43 -05:00
openapi.svg Update Chain Icons 2023-12-18 03:19:43 -05:00
post.svg Update Chain Icons 2023-12-18 03:19:43 -05:00
postCore.ts Bugfix/Validate URL for postCore (#4172) 2025-03-13 20:00:32 +00:00