Skip to content

Commit 2df0f39

Browse files
ekzhusonichi
andauthored
Update the auto_feedback_from_code_execution notebook to use code executor (microsoft#2366)
* Use code executors in notebook. * Add custom code executor guide * Add to gitignore * Update * fix links * link * typo --------- Co-authored-by: Chi Wang <[email protected]>
1 parent 8033fc6 commit 2df0f39

6 files changed

+1295
-958
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,5 @@ local_cache
188188

189189
notebook/result.png
190190
samples/apps/autogen-studio/autogenstudio/models/test/
191+
192+
notebook/coding

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ repos:
4343
website/static/img/ag.svg |
4444
website/yarn.lock |
4545
website/docs/tutorial/code-executors.ipynb |
46+
website/docs/topics/code-execution/custom-executor.ipynb |
4647
website/docs/topics/non-openai-models/cloud-gemini.ipynb |
4748
notebook/.*
4849
)$

0 commit comments

Comments
 (0)