You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/core/plugin
QuantumGhost c439e82038
refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843)
- Extract methods used by `ParameterExtractorNode` from `LLMNode` into a separate file.
- Convert `ParameterExtractorNode` into a subclass of `BaseNode`.
- Refactor code referencing the extracted methods to ensure functionality and clarity.
- Fixes the issue that `ParameterExtractorNode` returns error when executed.
- Fix relevant test cases.

Closes #20840.
10 months ago
..
backwards_invocation refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 10 months ago
endpoint fix: handle EndpointSetupFailedError in BasePluginClient (#19613) 10 months ago
entities feat: add pagination for plugin page (#20151) 10 months ago
impl chore: prepare the plugin daemon base url to yarl URL ahead intstead of in every invocation (#20541) 10 months ago
utils Introduce Plugins (#13836) 1 year ago