Open richards199999 opened 2 weeks ago
can you share an example prompt to work with this?
Emmm... I think all those kind of prompt would work.
For example, "Please explain me how Transformer works in great details." or "Please use HTML+JS to create a calculator for me." 🤗
the instruction prompt is way too long. We need a shorter version (<= 4k characters). Perplexity will automatically strip it even if we've successfully stored more than 4k characters in the backend
This PR brings Thinking Claude to Canvas on Complexity. More on Thinking Claude: GitHub repo, and post on X (include demos)
Key changes include:
New Feature Addition:
MarkdownCanvas
component to support the "Thinking Claude" feature.canvasComponents
andcanvasPlaceholders
to integrate it with the existing canvas structure.Configuration:
canvasLangSettings
to define its behavior and actions.Utility Updates:
MarkdownBlockUtils
to translate "claudethinking" to "md" for consistency in language handling.