...
Configure form properties
To properly integrate and configure the Beanshell, set the following fields:
Name | Description |
---|---|
Script | Write your Beanshell (Java-like) code here to process the AI response. The response from the AI is usually available in a variable like response or message , depending on your implementation. You can manipulate this and output a new version of the response. |
Purpose | This is a short, human-readable description of what the OpenAI element is being used for. It helps the AI agent understand the context of the request and tailor its response more effectively. |