Base class for Nova system tools.
System tools are built-in tools provided by Nova models that execute server-side. Unlike custom tools, system tools don't require client-side implementation.
NovaSystemTool(
self,
name: str,
)| Name | Type | Description |
|---|---|---|
name* | str | The name of the system tool (e.g., "nova_grounding") |
| Name | Type |
|---|---|
| name | str |