sessions
render
Render
Renders a chat input.
Routes to different implementations based on feature flags:
- If auto_run_tools_chat feature flag is enabled, uses the new auto-tools implementation
- Otherwise, uses the legacy implementation
Parameters: developer (Developer): The developer associated with the chat session. session_id (UUID): The unique identifier of the chat session. chat_input (ChatInput): The chat input data.
Returns: RenderResponse: The rendered chat input.
post/sessions/{session_id}/render
Path parameters
session_idstring uuid required
Request body
Response
Successful Response