# AgentExecutionResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/support-agent/agent-adapter.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/support-agent/agent-adapter.service.ts#L35)

## Properties

| Property | Type |
|---|---|
| `response` | `string` |
| `toolCalls` | `Array<{ tool: string; input: any; result: any }>` |
