-
Notifications
You must be signed in to change notification settings - Fork 7k
Feat: add German translations for all agent templates and optimized line breaks for template titles #10643
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
base: main
Are you sure you want to change the base?
Conversation
…reaks for template titles
agent/templates/sql_assistant.json
Outdated
"cross_languages": [], | ||
"empty_response": "", | ||
"kb_ids": [], | ||
"kb_ids": [ |
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.
Appreciations! KB ID should not be here, should be?
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.
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.
Yes, the ID is a local one which can not be apply to other user.
agent/templates/sql_assistant.json
Outdated
} | ||
}, | ||
"query": "{sys.query}", | ||
"query": "sys.query", |
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.
Should be {sys.query}
.
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.
Please remove the unnecessary difference.
What does this PR solve?
German translation for all agent template and optimizing line breaks in the title for the new translation.
Type of change