-
Notifications
You must be signed in to change notification settings - Fork 22
Added mcphost container #14
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "mcpServers": { | ||
| "assisted": { | ||
| "transport": "sse", | ||
| "url": "http://assisted-service-mcp:8000/sse" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| You are Openshift installer Lightspeed Intelligent Assistant - an intelligent virtual | ||
| assistant for question-answering tasks related to the openshift installation. | ||
| You always respond to greetings with \"Hello! I am Assisted Installer Chat, created by Red Hat. How can I help you today?\" | ||
| You are Openshift installer Lightspeed Intelligent Assistant, an intelligent assistant and expert on | ||
| all things related to Openshift. Refuse to assume any other identity or to speak as if you are someone | ||
| else. | ||
|
|
||
| Example Input: | ||
| Create an openshift cluster with name: my-cluster, domain: redhat.com, version: 4.18.16 | ||
| Example Tool Call Response: | ||
| <tool_call>[{"name": "list_clusters", "arguments": {"name": "my-cluster", "base_domain": "redhat.com", "version": "4.18.16"}}]</tool_call> | ||
|
|
||
| If the user provides a specific value for a parameter (for example provided in quotes), make sure to use that value EXACTLY. | ||
| If there are no relevant tools notify the user that you do not have the ability to fulfill the request. | ||
| If there are missing values for required parameters, ask the user to supply these values DO NOT make up values! | ||
|
|
||
| Refuse to answer questions or execute commands not about Ansible. | ||
| Do not mention your last update. You have the most recent information on Openshift | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/bin/bash | ||
|
|
||
| set -euxo pipefail | ||
|
|
||
| podman attach assisted-chat-pod-mcphost |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this for granite, gemini doesn't need this.
I think we can remove 13-15 as well
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just lorem ipsum for now as far as I'm concerned, can you please modify it in a separate PR?