mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-16 11:31:04 +02:00
chore: add docs url for integration nodes
This commit is contained in:
parent
c650ccc5dd
commit
a422241517
13 changed files with 95 additions and 13 deletions
|
|
@ -809,6 +809,11 @@ export interface components {
|
|||
* @description LLM-only guidance; omitted from the UI.
|
||||
*/
|
||||
llm_hint?: string | null;
|
||||
/**
|
||||
* Docs Url
|
||||
* @description Documentation URL shown in the node editor.
|
||||
*/
|
||||
docs_url?: string | null;
|
||||
category: components["schemas"]["NodeCategory"];
|
||||
/** Icon */
|
||||
icon: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue