Merge pull request #24 from rowboatlabs/dev

add coming soon for rag api support
This commit is contained in:
Ramnique Singh 2025-02-05 19:30:56 +05:30 committed by GitHub
commit b438e8f307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,7 +164,7 @@ export function AgentConfig({
<div className="flex flex-col gap-4 items-start">
<Label label="RAG (beta)" />
{agent.ragDataSources && agent.ragDataSources.length > 0 && <div className="text-xs text-red-500">
<sup>*</sup> RAG data sources are currently not supported in the API.
<sup>*</sup> RAG data sources are currently not supported in the API. (coming soon)
</div>}
<List
items={agent.ragDataSources?.map((source) => ({