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
|
|
@ -1,6 +1,6 @@
|
|||
# generated by datamodel-codegen:
|
||||
# filename: dograh-openapi-XXXXXX.json.uTKtHKJw6v
|
||||
# timestamp: 2026-07-15T11:25:06+00:00
|
||||
# filename: dograh-openapi-XXXXXX.json.di0tn7Gw6b
|
||||
# timestamp: 2026-07-15T13:20:43+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
@ -947,6 +947,10 @@ class NodeSpec(BaseModel):
|
|||
"""
|
||||
LLM-only guidance; omitted from the UI.
|
||||
"""
|
||||
docs_url: Annotated[str | None, Field(title='Docs Url')] = None
|
||||
"""
|
||||
Documentation URL shown in the node editor.
|
||||
"""
|
||||
category: NodeCategory
|
||||
icon: Annotated[str, Field(title='Icon')]
|
||||
version: Annotated[str | None, Field(title='Version')] = '1.0.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue