We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
默认消息格式为
引用消息的格式为
> [!QUOTE] > Title: xx > URL: xx > Selection: xx > Text: xx User Input
用 toml 写的格式是
hbs = """ > [!QUOTE] {{#if ctx.pageTitle}} > Title: {{ctx.pageTitle}} {{/if}} {{#if ctx.pageUrl}} > URL: {{ctx.pageUrl}} {{/if}} {{#if ctx.selection}} > Selection: {{ctx.selection}} {{/if}} {{#if ctx.text}} > Text: {{ctx.text}} {{/if}} {{chat.input}} """
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
需要把 Quotes 封装到“工具”外层,默认始终是 {quotes} {tool prompt}
No branches or pull requests
默认消息格式为
引用消息的格式为
用 toml 写的格式是
The text was updated successfully, but these errors were encountered: