holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 31 forks source link

Make it easy to copy source code #77

Open ahuang11 opened 10 months ago

ahuang11 commented 10 months ago

On source cards, it'd be nice to have a clipboard icon.

image
MarcSkovMadsen commented 10 months ago

I previously added the MkDocs material option for this. I think its not working because the code is inside the <details> html tag?

ahuang11 commented 10 months ago

I was looking at

https://www.askmarvin.ai/prompting/prompt_function/#entity-extraction

And noticed that their detail output had copy icon.

I think we should use this syntax instead of detail

https://github.com/PrefectHQ/marvin/blob/70f7232aa0a15979a53a5e1219330ff22d4e8492/docs/prompting/prompt_function.md?plain=1#L528