Skip to content

Conversation

@Z-Bokle
Copy link
Contributor

@Z-Bokle Z-Bokle commented Oct 28, 2025

browser图片上下文的挂载


const isCommand = SLASH_COMMAND_REGEX.test(message);
const prompt = getPrompt(delta);
const prompt = delta ? getPrompt(delta) : '';
Copy link
Member

Choose a reason for hiding this comment

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

什么情况会是空

Copy link
Contributor Author

Choose a reason for hiding this comment

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

handleCapabilityClick 也就是欢迎页点击触发的send是空

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.

3 participants