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

Allow LLM to further customize widgets #14

Open
bklieger-groq opened this issue Jul 29, 2024 · 1 comment
Open

Allow LLM to further customize widgets #14

bklieger-groq opened this issue Jul 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bklieger-groq
Copy link
Owner

Currently, the LLM utilizes function calling to render specific widgets. For some widgets, such as charting, a stock is specified. Others like screener have no input.

It would be great if the LLM could also customize specific aspects of the widgets.

As an example, the chart widget could have an optional "Bar's Style" parameter in the function call.

As a user, if I ask for a bar chart, I get a bar chart. If I ask for a Heikin Ashi chart, I get a Heikin Ashi chart. If I ask for an area chart, I will get the correct chart.

To accomplish this feature, a new parameter would need to be added to the widget alongside updated documentation. The function-calling agent would need the capability to accurately specify the chart type as part of the function call and have a default if no match is found (the default functionality could be validation that happens as part of the function). The caption agent would need to know which chart type was rendered.

@bklieger-groq bklieger-groq added the enhancement New feature or request label Jul 29, 2024
@Mustafa-Esoofally
Copy link
Contributor

Mustafa-Esoofally commented Aug 6, 2024

NEW pr solves this: #28

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

2 participants