autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Code writing with a function call notebook created

Open Grigorij-Dudnik opened this issue 2 years ago • 4 comments

@ekzhu

Why are these changes needed?

Added notebook that shows an example of using function calls instead of code executor for creating advanced software apps.

Checks

  • [ ] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally.
  • [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR.
  • [x] I've made sure all auto checks have passed.

Grigorij-Dudnik avatar Mar 22 '24 10:03 Grigorij-Dudnik

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 35.57%. Comparing base (4a44093) to head (9bc013b). Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2121      +/-   ##
==========================================
- Coverage   38.14%   35.57%   -2.57%     
==========================================
  Files          78       79       +1     
  Lines        7865     8089     +224     
  Branches     1683     1727      +44     
==========================================
- Hits         3000     2878     -122     
- Misses       4615     4967     +352     
+ Partials      250      244       -6     
Flag Coverage Δ
unittests 35.57% <ø> (-2.56%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 22 '24 10:03 codecov-commenter

@ekzhu code formatting improved.

Grigorij-Dudnik avatar Mar 23 '24 11:03 Grigorij-Dudnik

@GregorD1A1 thanks also please add the metadata field in the notebook.

ekzhu avatar Mar 23 '24 19:03 ekzhu

@ekzhu I'm not familiar with concept of metadata. There is some "metadata" field in lines 926-944. Do you meant that or something different?

Grigorij-Dudnik avatar Mar 24 '24 17:03 Grigorij-Dudnik

Oh, it dessapeared. Copied notebook to the directory again and repaired formatting.

Grigorij-Dudnik avatar Apr 11 '24 06:04 Grigorij-Dudnik

@GregorD1A1 there is still some issue with the notebook. I created a PR to fix it. Please review: #2403

ekzhu avatar Apr 17 '24 02:04 ekzhu