> ## Documentation Index
> Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Camel.benchmarks.mock website.app

<a id="camel.benchmarks.mock_website.app" />

<a id="camel.benchmarks.mock_website.app.setup_logging" />

## setup\_logging

```python theme={"system"}
def setup_logging(application):
```

<a id="camel.benchmarks.mock_website.app.check_task_completion" />

## check\_task\_completion

```python theme={"system"}
def check_task_completion(current_cart_raw, ground_truth_spec):
```

<a id="camel.benchmarks.mock_website.app.home" />

## home

```python theme={"system"}
def home():
```

<a id="camel.benchmarks.mock_website.app.product_detail" />

## product\_detail

```python theme={"system"}
def product_detail(product_id):
```

<a id="camel.benchmarks.mock_website.app.view_cart" />

## view\_cart

```python theme={"system"}
def view_cart():
```

<a id="camel.benchmarks.mock_website.app.get_products" />

## get\_products

```python theme={"system"}
def get_products():
```

<a id="camel.benchmarks.mock_website.app.get_cart_api" />

## get\_cart\_api

```python theme={"system"}
def get_cart_api():
```

<a id="camel.benchmarks.mock_website.app.add_to_cart_api" />

## add\_to\_cart\_api

```python theme={"system"}
def add_to_cart_api():
```

<a id="camel.benchmarks.mock_website.app.update_cart_item_api" />

## update\_cart\_item\_api

```python theme={"system"}
def update_cart_item_api():
```

<a id="camel.benchmarks.mock_website.app.remove_from_cart_api" />

## remove\_from\_cart\_api

```python theme={"system"}
def remove_from_cart_api():
```
