Skip to content
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

Workflow Node: Extract data #4033

Open
3 of 4 tasks
nitrag opened this issue Apr 30, 2024 · 0 comments
Open
3 of 4 tasks

Workflow Node: Extract data #4033

nitrag opened this issue Apr 30, 2024 · 0 comments
Labels
💪 enhancement New feature or request

Comments

@nitrag
Copy link

nitrag commented Apr 30, 2024

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing?

Yes, the LLM node has a limitation

2. Describe the feature you'd like to see

I need the LLM node to interpret a user question and extract certain ideas into variables. For instance, determine the users topic of interest. Currently it seems I have to instruct the LLM to respond with JSON and parse that using custom script.
Example: "I'm interested in red shoes"
LLM: "Determine the topic or idea the user is referring to" -> Assign to variable: topic.
Variable: topic=shoes

Example 2: "show me car dealerships in chicago"
LLM: "Determine if the user provided a location, if you cannot determine one return null" -> Assign to variable: location.
Variable: location=chicago

3. How will this feature improve your workflow or experience?

In a single step I can determine a variable needed to append to API for more detailed responses. Example a users location.

4. Additional context or comments

No response

5. Can you help us with this feature?

  • I am interested in contributing to this feature.
@dosubot dosubot bot added the 💪 enhancement New feature or request label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant