Sources/Citations type #646
omkarajagunde
started this conversation in
Proposals
Replies: 4 comments
|
Citations are important for us as well. @omkarajagunde did you use some workaround, e.g. custom events? |
0 replies
|
Same here, I worked around this by storing them in the state under known keys and then have custom code in my frontend to show them. It's a bit clunky since I have to clear the old ones at the right time and had to replace most of default code in copilotkit to render them below the text instead of above. I'm using google adk with copilotkit btw. |
0 replies
|
Same here. |
0 replies
|
How are people doing it? +1 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey all,
we absolutely loved this framework to make our platform vendor neutral,
Quick question:
We have types like
Do we plan to add something for sources/citations?
Like the text messages that are generated, we need to provide a citations section where we can show all the links/urls referred by the agent to create the reponse
All reactions