Metadata-Version: 2.1
Name: chat-content
Version: 0.1.1
Summary: Fetch responses from GCP Discovery Engine (Agent Builder Chat App)
Home-page: https://github.com/Karthik-Sunil-K/chat-content
Author: Karthik Sunil K
Author-email: karthiksunil.me@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# chat-content

Fetch full search responses from GCP Discovery Engine (Agent Builder Chat App).

## Features

- Queries Discovery Engine using GCP's `google-cloud-discoveryengine` API
- Supports snippet and summary fetching
- Clean function-based interface

## Installation

```bash
pip install chat-content


