botserver/templates/llm-tools.gbai/llm-tools.gbdialog/describe-image-tool.bas
2024-09-01 21:46:55 -03:00

4 lines
No EOL
222 B
QBasic

PARAM image AS STRING LIKE "https://server/image"
DESCRIPTION Returns the description of the image that was sent with the previous user message. This tool is automatically invoked if a user uploads an image.
DEBUG "Hello"