↓ 1 callersFunctionupsertAiSettings({
client,
userId,
apiKey,
clearApiKey,
aiMode,
}: {
client: unknown;
userId: string;
apiKey?:
lib/ai/persistence.ts:120
FunctionActivityRail({
activity,
creedType,
proposals,
sections,
open,
onClose,
}: {
activity: ActivityEntry[];
cr
components/creed/file-screen.tsx:3618
FunctionAgentIconStack({
agents,
maxVisible = 5,
className,
itemClassName,
variant = "stacked",
}: {
agents: AgentLike[]
components/creed/agent-icon-stack.tsx:45
FunctionAuthField({
ref,
label,
type,
value,
onChange,
autoComplete,
disabled,
error,
trailing,
}: AuthFieldP
components/auth/auth-fields.tsx:27