feat(fe): component for available apis

This commit is contained in:
Junyan Qin
2025-07-11 21:40:42 +08:00
parent 6d788cadbc
commit fe122281fd
5 changed files with 41 additions and 2 deletions
@@ -212,6 +212,7 @@ export default function BotForm({
});
setAdapterNameToDynamicConfigMap(adapterNameToDynamicConfigMap);
}
async function getBotConfig(
botId: string,
): Promise<z.infer<typeof formSchema>> {