Metadata-Version: 2.4
Name: contentspark
Version: 0.1.2
Summary: Fetch responses from GCP Discovery Engine (Agent Builder Chat App)
Home-page: https://github.com/Karthik-Sunil-K/contentspark
Author: Karthik Sunil K
Author-email: karthiksunil.me@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-cloud-discoveryengine
Requires-Dist: google-api-core
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
