diff --git a/frontend/src/lib/components/flows/content/AgentResourceBar.svelte b/frontend/src/lib/components/flows/content/AgentResourceBar.svelte index 96548b10af..c091450e11 100644 --- a/frontend/src/lib/components/flows/content/AgentResourceBar.svelte +++ b/frontend/src/lib/components/flows/content/AgentResourceBar.svelte @@ -3,7 +3,8 @@ import Alert from '$lib/components/common/alert/Alert.svelte' import Badge from '$lib/components/common/badge/Badge.svelte' import Path from '$lib/components/Path.svelte' - import TextInput from '$lib/components/text_input/TextInput.svelte' + import Label from '$lib/components/Label.svelte' + import autosize from '$lib/autosize' import { ResourceService, type InputTransform, type Resource } from '$lib/gen' import { workspaceStore } from '$lib/stores' import { sendUserToast } from '$lib/toast' @@ -609,27 +610,29 @@

Save this AI agent's configuration and tools as a reusable resource. Other flows can then - link to it, updates propagate automatically, and it gains a dataset of eval cases of its - own. + link to it, and updates propagate automatically.

- - + + {#if providerSaveError} -

+

{providerSaveError}

{/if}