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

Urgent need to supplement the document description #88

Closed
zandko opened this issue Mar 25, 2025 · 7 comments
Closed

Urgent need to supplement the document description #88

zandko opened this issue Mar 25, 2025 · 7 comments

Comments

@zandko
Copy link

zandko commented Mar 25, 2025

No description provided.

@xiamidaxia
Copy link
Collaborator

xiamidaxia commented Mar 25, 2025

Can describe in detail what document is needed or not understood ?

https://flowgram.ai/guide/introduction.html

@zandko
Copy link
Author

zandko commented Mar 25, 2025

I created several nodes identical to the LLM nodes, but only modified the type. However, these nodes cannot be associated with each other. I noticed that the only difference between these nodes and the LLM nodes is in the type and title, with no other changes. I did not find any related explanations in the documentation and TypeScript types.

@xiamidaxia
Copy link
Collaborator

The difference between nodes is mainly in the data, which can be customized fields.

    {
      id: 'node_0',
      type: 'custom',
      meta: {
        position: { x: 400, y: 0 },
      },
      data: {
        title: 'Custom',
        content: 'Custom node content',
        xxxx:  'any'
      },
    },

@zandko
Copy link
Author

zandko commented Mar 26, 2025

The problem was found because defaultPorts was set.

@xiamidaxia
Copy link
Collaborator

condition node ?

@zandko
Copy link
Author

zandko commented Mar 27, 2025

Yes, because the parameter document was not found, it is not known how to set this parameter and what its function is.

@xiamidaxia
Copy link
Collaborator

Updated documents about ports and lines @zandko
Image

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

No branches or pull requests

2 participants