@openstaticfish/chattybox-config
v0.2.0
Published
Typed configuration and runtime validation for ChattyBox config-as-code projects.
Readme
@openstaticfish/chattybox-config
Typed configuration and runtime validation for ChattyBox config-as-code projects.
import { defineConfig } from "@openstaticfish/chattybox-config";
export default defineConfig({
schemaVersion: "1",
assistant: { name: "Support" },
knowledge: {
sources: [{ type: "website", url: "https://docs.example.com" }],
},
widget: { enabled: true },
});Version 1 supports exactly one website source per project when knowledge is provided. Production deployments require that source so the runtime can replace and re-index the project corpus deterministically.
