Welcome banner displayed at startup.
WelcomeBanner(
self,
thread_id: str | None = None,
mcp_tool_count: int = 0,
*,
connecting: bool = False,
resuming: bool = False,
local_server: bool = False,
**kwargs: Any = {}
)Static| Name | Type | Description |
|---|---|---|
thread_id | str | None | Default: NoneOptional thread ID to display in the banner. |
mcp_tool_count | int | Default: 0Number of MCP tools loaded at startup. |
connecting | bool | Default: FalseWhen |
resuming | bool | Default: FalseWhen |
local_server | bool | Default: FalseWhen Ignored when |
**kwargs | Any | Default: {}Additional arguments passed to parent. |
Kick off background fetch for LangSmith project URL.
Update the displayed thread ID and re-render the banner.
Transition from "connecting" to "ready" state.
Transition from "connecting" to a persistent failure state.
Open style-embedded hyperlinks on single click.