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

Enable prompt continuity #70

Open
01painadam opened this issue Jan 3, 2025 · 1 comment
Open

Enable prompt continuity #70

01painadam opened this issue Jan 3, 2025 · 1 comment
Assignees

Comments

@01painadam
Copy link
Collaborator

Goal(s)

Enable continuity of chat log context so that the LLM can draw from previous user prompts e.g.

  • User prompt: "Show me alerts near Madrid"
    • Zeno Response: analyse DIST alerts, show on map, show chart
  • User prompt: "Aggregate by natural lands"
    • Zeno Response: [understands context] applies the same analysis but applies aggragation

User Stories & Acceptance Criteria

  • When I [context], I want to [action], so that [outcome]
    • Given [context], when [specific action], then [response or consequence to action]

Risks & Questions

...

Solution Hints

...

Future work

...

@01painadam 01painadam changed the title Enable continuity Enable prompt continuity Jan 3, 2025
@yellowcap
Copy link
Collaborator

This is basically a human-in-the-loop (HIL) challenge. @srmsoumya is lookign into how to make stopping points more general and allow this kind of conversational interaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants