-
Couldn't load subscription status.
- Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Currently there are a couple of tools defined for working with files and notebooks. And they are defined as proper tools: create_notebook, add_cell, run_cell...
But there are also two more generic tools to discover and execute commands.
discover_commandsexecute_command
So the question is, do we need these specific tools? Or could they be implemented as regular commands? And then they would be discoverable via the command tools.
Proposed Solution
Explore if this approach would work well in practice and see how the models behave.
Additional context
#195 will help limit the amount of data sent to the LLM.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request