Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

No public methods to get tool steps as they come in Chat.__call__ #92

Description

@nev-ball

When using tools with a Chat or AsyncChat class, it would be useful to have a publicly documented way of getting the LLM and tool responses at each step, rather than just when the whole call has finished. This would allow e.g. providing interim feedback to a user for longer running/multi-step calls.

This can currently be done by explicitly using the undocumented Chat._call method - so all that is needed is a public method around that and documentation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions