Playground
Playground lets you try out Gateway features without writing code. It includes three areas: Models, RAG Endpoint, and Workflows.
Open the Playground
Section titled “Open the Playground”- In the FloTorch Console left navigation, go to Gateway > Playground.
- Choose the section you want to test: Models, RAG Endpoint, or Workflows.
Models Playground
Section titled “Models Playground”Use this view to chat with a model and tune parameters.
- Select a Model and Version.
- Review the right-side Configuration panel for parameters.
- Enter a message and click Send to start a chat session.
- Use Clear to reset the chat history.
RAG Endpoint Playground
Section titled “RAG Endpoint Playground”Test an existing RAG endpoint with a query and optional context.
- Choose a RAG Endpoint Name.
- Enter a Query (required).
- Optionally provide Context to guide retrieval.
- Click Generate Response to run the request.
Workflows Playground
Section titled “Workflows Playground”Execute a workflow and inspect the execution chat.
- Select a Workflow and Workflow Version.
- Choose an Input Type and provide the Payload.
- Click Execute Workflow to run it.
- 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.