openai

Deterministic Outputs with OpenAI

aiBeginner

About this Snippet

AI Infused process requires deterministic outputs. Take advantage of the new parameters in our OpenAI connector to take your automations to the next level and get one step closer to production ready today. We leverage two new parameters in the chat completions endpoint:

  1. response_format
  2. seed Don't forget that somewhere in your prompt (System message or user message, you need to include the word "json" - don't worry if you forget, an error message in the logs will remind you)

See it in Action

OpenAI Props Panel Deterministic Outputs