haesleinhuepf / bia-bob

BIA Bob is a Jupyter+LLM-based assistant for interacting with image data and for working on Bio-image Analysis tasks.
BSD 3-Clause "New" or "Revised" License
85 stars 6 forks source link

Exclude "open" and "bob" from functions and "bia_bob" from modules in system message. #207

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

This message was generated by git-bob (version: 0.2.6, model: gpt-4o-2024-08-06), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

The create_reusable_variables_block function in src/bia_bob/_utilities.py was updated to address issue #206. Specifically, the function was modified to exclude "open" and "bob" from the list of defined functions and to remove "bia_bob" from the list of imported modules, ensuring these are not prominently proposed or mentioned in the generated system message.

closes #206