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

[BUG] Tool Execution Failure When Using Voice Commands #4023

Open
marcosmarf27 opened this issue Feb 12, 2025 · 1 comment
Open

[BUG] Tool Execution Failure When Using Voice Commands #4023

marcosmarf27 opened this issue Feb 12, 2025 · 1 comment

Comments

@marcosmarf27
Copy link

Tool Execution Failure When Using Voice Commands

Description

System tools (agent tool, retriever tool, custom tool) fail to execute when triggered by voice commands, although they work normally when commands are typed.

Expected Behavior

  • Tools should execute normally regardless of input method (voice or typing)
  • System should process voice commands the same way it processes typed commands

Current Behavior

  • Tools are not called when the command is given by voice
  • System shows an error when trying to execute tools via voice command
  • The same command works correctly when typed

Steps to Reproduce

  1. Open the chat
  2. Try to execute any tool (agent tool, retriever tool, or custom tool) using voice command
  3. Observe that the tool is not called and an error is displayed
  4. Repeat the same command by typing
  5. Observe that the tool works normally when the command is typed

Environment

  • Interface: Chat
  • Input Method: Comparison between voice command and typing
  • Affected Tools:
    • Agent tool
    • Retriever tool
    • Custom tool

Severity

High - The issue completely prevents the use of tools via voice command, which is an important system functionality.

Possible Causes

  • Integration issue between the voice recognition system and command processor
  • Error in voice command parsing
  • Data format incompatibility between voice input and tool requirements

Additional Information

  • The issue is consistent and reproducible
  • Affects all system tools
  • No error occurs when the same command is typed

Tags

bug voice-command tools high-priority feature-breaking

@marcosmarf27
Copy link
Author

Image

@HenryHengZJ HenryHengZJ changed the title [BUG] [BUG] Tool Execution Failure When Using Voice Commands Feb 12, 2025
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

1 participant