You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hint: This runs your workflow service locally, allowing you to view and run tasks without deploying to Render.
- label: Set your OpenAI API key
command: export OPENAI_API_KEY=your-key-here
hint: Required for the agent to call GPT-4.
- label: Run a conversation locally (in another terminal)
command: "render workflows tasks start multi_turn_conversation --local --input='[\"What is the status of order ORD-001?\"]'"
hint: The agent will use tool calling to look up the order and respond.
- label: Deploy your workflow service to Render
hint: |
To deploy this workflow to Render, first push this code to a remote repository. Then, create a workflow service from your Render Dashboard, connect it to your repository, and provide the following build and start commands:
• Build command: {{renderBuildCommand}}
• Start command: {{renderStartCommand}}
Your OPENAI_API_KEY can be set as an environment variable during service creation.