---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/dev-tools/forge/interfaces/ForgeDevToolsOptions.md
description: >-
  Configuration for [`forgeDevTools`](https://adk.nht.io/api/@nhtio/adk/batteries/dev-tools/forge/functions/forgeDevTools). The pipeline owns approval; the forge
  never gates.
---

# Interface: ForgeDevToolsOptions

Defined in: [src/batteries/dev\_tools/forge.ts:9](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/forge.ts#L9)

Configuration for [forgeDevTools](../functions/forgeDevTools.md). The pipeline owns approval; the forge never gates.

## Properties

| Property                                     | Type                                                                                                                                                        | Description                                                       | Defined in                                                                                                               |
| -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|  `overrides?` | [`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)<`string`, { `description?`: `string`; `name?`: `string`; }> | Optional names and descriptions keyed by their default tool name. | [src/batteries/dev\_tools/forge.ts:13](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/forge.ts#L13) |
|  `surface`      | `"composite"` | `"granular"`                                                                                                                               | Select the single composite tool or the stateless per-step tools. | [src/batteries/dev\_tools/forge.ts:11](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/forge.ts#L11) |
