Skip to content

Playground

Playground lets you try out Gateway features without writing code. It includes three areas: Models, RAG Endpoint, and Workflows.

  1. In the FloTorch Console left navigation, go to Gateway > Playground.
  2. Choose the section you want to test: Models, RAG Endpoint, or Workflows.

Use this view to chat with a model and tune parameters.

  1. Select a Model and Version.
  2. Review the right-side Configuration panel for parameters.
  3. Enter a message and click Send to start a chat session.
  4. Use Clear to reset the chat history.

Test an existing RAG endpoint with a query and optional context.

  1. Choose a RAG Endpoint Name.
  2. Enter a Query (required).
  3. Optionally provide Context to guide retrieval.
  4. Click Generate Response to run the request.

Execute a workflow and inspect the execution chat.

  1. Select a Workflow and Workflow Version.
  2. Choose an Input Type and provide the Payload.
  3. Click Execute Workflow to run it.
  4. Use Clear Chat to reset the execution view.
  • If dropdowns are empty, make sure the corresponding models, endpoints, or workflows exist in your workspace.
  • Draft versions are not executable. Publish a version before testing.