Skip to content

Handling of tools #205

@jtpio

Description

@jtpio

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_commands
  • execute_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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions