ai
carto aifeature aiagent <map-id>
carto aifeature aiagent <map-id># Interactive multi-turn conversation
carto aifeature aiagent <map-id>
# Example session:
# You: What are the traffic patterns in this area?
# Assistant: Based on the data, I can see...
# You: Show me the collision hotspots
# Assistant: Here are the areas with highest collisions...
# You: exit
# One-shot mode
carto aifeature aiagent <map-id> "What are the traffic patterns?"
# Continue a previous conversation
carto aifeature aiagent <map-id> "Tell me more" --conversation-id abc123
# Read message from a file
carto aifeature aiagent <map-id> --file test-query.txt
# Pipe via stdin
echo "Analyze the collision data" | carto aifeature aiagent <map-id>
# JSON output
carto aifeature aiagent <map-id> "Summarize the data" --jsonOption
Description
carto aiproxy
carto aiproxycarto aiproxy info
carto aiproxy infocarto aiproxy models
carto aiproxy modelscarto aiproxy chat <message>
carto aiproxy chat <message>Option
Description
Last updated
Was this helpful?
