Open Issues Need Help
View All on GitHubAI Summary: The playground's API Examples component displays an incorrect endpoint URL for calling agents. It currently shows `/public/v1/app/{app_id}/call/{agent_id}` when the correct backend route is `/public/v1/app/{app_id}/chat/{agent_id}/call`. The root cause is a hardcoded incorrect endpoint string in `frontend/src/components/playground/APIExamples.tsx`.
A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.
AI Summary: When editing an existing agent, the temperature field incorrectly displays 0.7, overwriting the actual saved value upon saving. This bug stems from using the `||` operator in `AgentFormPage.tsx` which treats a valid `0` temperature as falsy, defaulting to `DEFAULT_AGENT_TEMPERATURE`.
A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.
A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.