Skip to content

fix: prevent no-code ndoes from being returned from the graph#1166

Open
fayekelmith wants to merge 1 commit intostakwork:mainfrom
fayekelmith:fix/no-hint-nodes
Open

fix: prevent no-code ndoes from being returned from the graph#1166
fayekelmith wants to merge 1 commit intostakwork:mainfrom
fayekelmith:fix/no-hint-nodes

Conversation

@fayekelmith
Copy link
Copy Markdown
Collaborator

Closes #1165

const skip_node_types: NodeType[] = tests
? []
: (["UnitTest", "IntegrationTest", "E2etest"] as NodeType[]);
? (["Hint", "Prompt", "PullRequest", "Mock", "Learning", "Scope"] as NodeType[])
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

only source code nodes for stakgraph_search. We can have any number of node types in production graphs

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.

filter stakgraph_search

2 participants