# AI Chat

Open AI chat with Tomba tools  auto-initializes your project on first run. Uses OpenAI function calling to chain Tomba API tools together.

## Usage

```bash
export OPENAI_API_KEY=sk-...
tomba chat
```

## Options

```bash
tomba chat --file contacts.csv --type enrich
tomba chat --model gpt-4o-mini
```

## Demo

![tomba chat](/cli/chat.svg)

## Example Session

```
✓ Authenticated as info@tomba.io

Tomba AI Chat  type your question, 'quit' to exit
Example: Find the VP Sales at Stripe and get their email

You: Find the VP Sales at Stripe and get their email
  workflow: domain_search -> email_finder -> email_verifier

## Results
**Email found:** d.singleton@stripe.com
**Verified:** deliverable (score: 95)
```
