Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coworkers not specified with last commits #617

Open
ruypex opened this issue May 14, 2024 · 1 comment
Open

Coworkers not specified with last commits #617

ruypex opened this issue May 14, 2024 · 1 comment

Comments

@ruypex
Copy link

ruypex commented May 14, 2024


Issue Summary

Yesterday's commits (7fd8850) changed the declaration of delegate or ask_coworker functions, leading to prompts like this:

Ask question to co-worker: Ask question to co-worker(question: str, context: str, coworker: Optional[str] = None, **kwargs) - Ask a specific question to one of the following co-workers: [xxx,yyy,zzz]

I believe that due to coworker: Optional[str] = None, the response of LLM now lacks the "coworker" parameter.

Steps to Reproduce

  1. Action: Ask question to co-worker
  2. Action Input:
    {
        "question": "Can you provide me with the DNS hosts that the domain 'xxx.com' is delegated to?",
        "context": "The client is inquiring about the DNS hosts that the domain 'xxx.com' is delegated to. They are requesting this information."
    }

Expected Result

The "coworker" parameter should be included in the Action Input.

Actual Result

The "coworker" parameter is missing, which ends with an error:

Error executing tool. Co-worker mentioned not found, it must be one of the following options: [xxx,yyy,zzz]

@drcyberfolks
Copy link

I've noticed the same problem with 0.30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants