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

[AI Tool Function Request]: local_ai_navigation_with_storytelling #14

Open
yhbcode000 opened this issue Sep 29, 2024 · 1 comment
Open
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@yhbcode000
Copy link
Contributor

yhbcode000 commented Sep 29, 2024

PENDING UPDATE

Description:
We need to implement the AI tool function local_ai_navigation_with_storytelling to provide personalized navigation using locally stored data, incorporating real-time updates and interactive storytelling about points of interest (POIs) based on user preferences and current conditions.

JSON Definition:

{
    "type": "function",
    "function": {
        "name": "local_ai_navigation_with_storytelling",
        "description": "Provides personalized navigation using locally stored data, integrating real-time updates and storytelling about POIs based on user preferences.",
        "parameters": {
            "type": "object",
            "properties": {
                "user_preferences": {
                    "type": "object",
                    "description": "Locally stored user preferences for route types and POI categories."
                }
            },
            "required": [
                "user_preferences",
            ]
        }
    }
}

Implementation Notes:

  • The function should rely solely on locally stored data, including user preferences, GPS location, and points of interest (POIs), ensuring no external data inputs.
  • The function will use locally stored real-time data for traffic and event updates, and the prediction window will dictate the length of the navigation route.
  • An AI-driven storytelling engine should provide interactive storytelling based on the user's preferences, local data about nearby landmarks, and other POIs. The stories should be personalized and presented dynamically.
  • Performance optimization is essential for both data retrieval and storytelling generation, ensuring low latency in real-time navigation and updates.
  • The front-end will display POIs and allow users to interact with dynamic content like clickable markers and trivia.
  • The solution must be scalable and efficient for multi-user scenarios and handle large data volumes locally.
@yhbcode000 yhbcode000 added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 29, 2024
@yhbcode000 yhbcode000 changed the title AI Tool Function Request: ai_navigation_with_storytelling AI Tool Function Request: local_ai_navigation_with_storytelling Sep 29, 2024
@yhbcode000 yhbcode000 modified the milestone: v0.0.1 Sep 29, 2024
@yhbcode000 yhbcode000 changed the title AI Tool Function Request: local_ai_navigation_with_storytelling [AI Tool Function Request]: local_ai_navigation_with_storytelling Sep 29, 2024
@yhbcode000 yhbcode000 added this to the v0.0.1 milestone Sep 29, 2024
@yhbcode000
Copy link
Contributor Author

We do not need this for poc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants