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

Make universal default prompt plain #15007

Merged
merged 1 commit into from
Feb 22, 2025
Merged

Make universal default prompt plain #15007

merged 1 commit into from
Feb 22, 2025

Conversation

JonasHelming
Copy link
Contributor

fixed #15006

What it does

  • Make the default prompt of universal agent plain, just with the user context.
  • Extract prompt to separate file (in preparation of licensing all prompts under MIT)

How to test

Talk to universal with default and empty prompt, it should behave llike the underlying LLM. The default should respect given context, e.g. "Add documentation to this source code file:filepath" shoudl work. This does not work with the empty variant.

Follow-ups

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Review checklist

Reminder for reviewers

@JonasHelming JonasHelming requested a review from planger February 22, 2025 13:15
Copy link
Contributor

@planger planger left a comment

Choose a reason for hiding this comment

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

Works fine and looks good to me. Thank you!

@JonasHelming JonasHelming merged commit acb6170 into master Feb 22, 2025
10 of 11 checks passed
@github-actions github-actions bot added this to the 1.59.0 milestone Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Theia AI] Make universal default prompt plain
2 participants