From 38a5405c65b55c8a6c74ca824bd427cd678e4a8a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 14 Nov 2024 15:30:49 -0800 Subject: [PATCH] copy --- aider/website/docs/scripting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/website/docs/scripting.md b/aider/website/docs/scripting.md index d4ee51c9e..df9533af0 100644 --- a/aider/website/docs/scripting.md +++ b/aider/website/docs/scripting.md @@ -95,3 +95,6 @@ io = InputOutput(yes=True) coder = Coder.create(model=model, fnames=fnames, io=io) ``` +{: .note } +The scripting API is not officially supported or documented and may +change without warning.