ab2308
October 14, 2024, 10:55pm
2
Hi @timothy ,
You need to build a good prompt. This could be your starting point (provide examples). It works with the knowledge base as well.
If you want a purely deterministic output, then the solution is to use a custom action that runs an automation with Make.com but it is a bit more complex to set up
You can check my video here:
Hi guys,
In this video, I show how to create a Pickaxe action that connects to Make and waits for the response.
This is the action code I’ve used:
import os
import requests
def p_make_webhook_response(name: str, email: str, country: str):
"""
Gather details about the user to register him/her to the online webinar
import os
Args:
name (string): This is the user name
email (string): user email
country (string): country of residence
Envs:
MAKE_SUPPORT_AGENT (string): API for …