AI Chat can send hyperlinks/chips that allow the user to navigate to another screen in the app
Open
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
Here's the interaction we want to enable. Note how the chat returns nicely formatted "chips" that the user can click on within the chat window to be taken to various interfaces on OpenFn.
- Me: "Please build a workflow that gets data from a REST API, transforms it, then loads it into a table in Postgres"
- AI: "Great, here's the workflow. [HTTP -> Common -> Postgres.] Once this looks good, let's dive into step 1 to write the first GET request together: [Provide HYPERLINK to step 1 IDE.]"
- Me: [Clicks link] "What now?"
- AI: "Please drop a link to the API documentation for this first REST API, indicating which endpoint you want to connect to."
- Me: [Pastes link.]
- AI: "Thanks. Here's a GET request to that API, with authentication handled. Note that you don't have a credential set up for this step so you'll need to do that by clicking here: [Link to pick/create credential.]"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the AI Chat implementation and existing in-app navigation or hyperlink patterns. Done means chat responses can render clickable destinations for workflow steps and credential setup, with each link taking the user to the intended screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- ai, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100