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

feat: get node variables in prompt editor #2087

Merged
merged 10 commits into from
Jul 23, 2024

Conversation

newfish-cmyk
Copy link
Collaborator

@newfish-cmyk newfish-cmyk commented Jul 18, 2024

image

@newfish-cmyk newfish-cmyk marked this pull request as ready for review July 19, 2024 07:11
variables: Record<string, string | number>;
runningNode: RuntimeNodeItemType;
}) {
if (!(typeof text === 'string')) return text;
Copy link
Collaborator

Choose a reason for hiding this comment

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

为啥不是 typeof text !== 'string'

@c121914yu c121914yu merged commit a4787bc into labring:main Jul 23, 2024
3 checks passed
@newfish-cmyk newfish-cmyk deleted the node-variable branch August 1, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants