You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
Hello, I’m currently working on the Mermaid editor and have chosen this project as my starting point.
The scenario I have in mind involves a user requesting the creation of a Mermaid schema and then having the ability to modify the schema, either manually or through a chat interface.
Issue
I’ve observed that the document content isn't included in the context; only document IDs are. This results in any user questions regarding the current schema in the chat being misleading, as the AI lacks the context of the tool's invocation and its outcome.
Questions
Q: Will the document content be included in the context in the future?
Q: If yes, do you have an ETA for that?
Q: If no, could you please provide some initial guidance on the proper way to add such context without disrupting the application?
Other
It seems as if the content of the tool invocation is not populated here intentionally
Context
Hello, I’m currently working on the Mermaid editor and have chosen this project as my starting point.
The scenario I have in mind involves a user requesting the creation of a Mermaid schema and then having the ability to modify the schema, either manually or through a chat interface.
Issue
I’ve observed that the document content isn't included in the context; only document IDs are. This results in any user questions regarding the current schema in the chat being misleading, as the AI lacks the context of the tool's invocation and its outcome.
Questions
Q: Will the document content be included in the context in the future?
Q: If yes, do you have an ETA for that?
Q: If no, could you please provide some initial guidance on the proper way to add such context without disrupting the application?
Other
ai-chatbot/lib/ai/tools/create-document.ts
Line 143 in 93b02a8
Solutions
The text was updated successfully, but these errors were encountered: