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

[Feature Request] Code execution mode for models without function calling feature #39

Open
1 task done
dandansamax opened this issue Sep 12, 2024 · 0 comments
Open
1 task done
Assignees
Labels
agent Agents and agent policies enhancement New feature or request

Comments

@dandansamax
Copy link
Collaborator

Required prerequisites

  • I have searched the Issue Tracker that this hasn't already been reported. (+1 or comment there if it has.)

Motivation

Current framework only support VLM with function calling feature. It limits our supporting models. The function calling feature by generating code. For exmaple, if an model with out function calling want to call click(11) with write_text("enter"), it can generate a code block:

click(11)
write_text("enter")

This mode will support almost all existing VLMs.

Solution

No response

Additional context

No response

@dandansamax dandansamax added enhancement New feature or request agent Agents and agent policies labels Sep 12, 2024
@dandansamax dandansamax self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent Agents and agent policies enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant