I use the new (?) “Generate content” function of the OpenAI Conversations Integration and the whole json code is output. I think this is a bug.
This is my automation code:
alias: test
description: ""
triggers:
- trigger: conversation
command: Test
conditions: []
actions:
- action: openai_conversation.generate_content
metadata: {}
data:
config_entry: 01JQW91X54NN7BQ5XY6F5AF8JD
prompt: name me a random number between 1 and 10
response_variable: test
- set_conversation_response: "{{ test }}"
mode: single