#Bug in OpenAI Conversations integration!

1 messages · Page 1 of 1 (latest)

ruby sinew
#

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
#

In the picture it should be Sure! How about the number 7? instead of {‘text’: 'Sure! How about the number 7?'}

wild garden