https://indoorplantbot.customplugin.ai/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_model": "indoorplantbot",
"name_for_human": "IndoorPlantBot",
"description_for_model": "Request this plugin when you are asked about indoor plants, gardening, houseplants, potting, watering, fertilizing, air purification, photosynthesis, succulents, cacti, ferns, foliage, plant care, humidity, propagation, soil, hydroponics, sunlight, shade plants, pruning, root system, air plants, growth, leaf texture, terrarium, hanging plants, flowering plants, hardiness, pests, aphids, spider mites, repotting, aerating, planters, pH levels, organic matter, mulch, compost, plant nutrients, nitrogen, phosphorus, potassium, calcium, microgreens, bonsai, natural light, grow lights, seeding, germination, trimming, tropical plants, seasonal plants, urban jungle, oxygen production, plant diseases, fungus, bacterial infection, integrated pest management, drip irrigation, botanical, plant taxonomy, horticulture, pollination, cuttings, root division, growth hormones, transplanting, biophilic design, indoor gardening tools, grafting, perlite, vermiculite, peat moss, organic fertilizer, natural pesticides, neem oil, insecticidal soap, moss pole, stakes, aquaponics, growth medium, epiphytes, chlorophyll, water retention, soil drainage, soil texture, leaf cutting, flowering cycle, decorative pots, window sill gardening, indoor vegetable gardening, humidity trays, bottom watering, self-watering pots, orchids, air circulation, root rot, leaf spots, plant identification, companion planting, and soil amendments. Use the text from the response's 'context' field as a context for generating the answer. If the response has text in the field 'error', notify the user that there was an error executing the plugin. Print the error text and try to answer the question by yourself.",
"description_for_human": "The ultimate guide for indoor plants.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://indoorplantbot.customplugin.ai/.well-known/openapi.yaml"
},
"logo_url": "https://indoorplantbot.customplugin.ai/.well-known/logo.png",
"contact_email": "hello@customgpt.ai",
"legal_info_url": "https://www.iubenda.com/terms-and-conditions/45263214"
}
https://indoorplantbot.customplugin.ai/.well-known/openapi.yaml
openapi: 3.0.2
info:
title: IndoorPlantBot
description: IndoorPlantBot
version: 1.0.0
servers:
- url: https://indoorplantbot.customplugin.ai
paths:
/query:
post:
summary: Request the context
description: Query to request the context
operationId: query_get_context
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/GetContextRequest'
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/GetContextResponse'
components:
schemas:
GetContextRequest:
title: GetContextRequest
type: object
properties:
text:
type: string
GetContextResponse:
title: GetContextResponse
type: object
properties:
context:
type: string
error:
type: string