doc_query
Query project documentation to find specific information using a search query, API key, and project identifier.
Instructions
Query project documentation.
Args:
query (str): The query text from the user
api_key (str): Authentication key for the request
project_id (str): Identifier for the target project
Returns:
ContextResponse: The generated response
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| api_key | Yes | ||
| project_id | Yes |