-
Notifications
You must be signed in to change notification settings - Fork 197
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
Parameter Extraction #209
Comments
Hi @LLMuser, I'm here to help you with any questions or issues you have while waiting for a human maintainer. If you need assistance, feel free to ask! The workflow for parameter extraction involves several key steps: 1. DefinitionUse a Large Language Model (LLM) to infer and extract structured parameters from natural language for subsequent tool invocation or HTTP requests. The parameter extractor converts natural language into tool-recognizable parameters. 2. Scenarios
3. How to ConfigureConfiguration Steps:
Advanced Settings: Inference Mode:
Memory:
Output Variables:
Example Workflow: Long Article Iteration Generator
Detailed Configuration Steps:
This example demonstrates how parameter extraction can be used to convert text into structured data, which is then processed iteratively to generate content for each chapter of a long story [1][2][3]. |
Yes, how can I help you? To explain it in a more intuitive way, the parameter extraction node is used to convert natural language into structured content, such as JSON format content, to facilitate content processing in the next nodes. |
Hi all,
there is a manual for parameter extraction:
https://github.com/langgenius/dify-docs/blob/main/en/guides/workflow/node/parameter-extractor.md
But I don´t get the workflow. Can someone explain or even can @AllenWriter share the workflow?
Cheers!
The text was updated successfully, but these errors were encountered: