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

Global instructions #234

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

itisallgood
Copy link
Contributor

No description provided.

@itisallgood itisallgood changed the title [WIP] Global instructions Global instructions Dec 18, 2024
@itisallgood itisallgood requested a review from aantn December 19, 2024 09:36
Copy link
Contributor

@moshemorad moshemorad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome job. Few comments, let me know if something isn't clear.

holmes/core/tool_calling_llm.py Show resolved Hide resolved
holmes/core/conversations.py Outdated Show resolved Hide resolved
holmes/core/supabase_dal.py Show resolved Hide resolved
holmes/core/conversations.py Outdated Show resolved Hide resolved
holmes/core/conversations.py Outdated Show resolved Hide resolved
@@ -340,5 +353,4 @@ def build_chat_messages(
ai, conversation_history_without_tools, number_of_tools
)
truncate_tool_messages(conversation_history, tool_size)

return conversation_history
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The conversation history is including now the global instructions this means that this what the user will see in the history chat?

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

Successfully merging this pull request may close these issues.

2 participants