issues
search
i-am-bee
/
bee-agent-framework
The framework for building scalable agentic applications.
https://i-am-bee.github.io/bee-agent-framework/
Apache License 2.0
1.09k
stars
106
forks
source link
feat(agent): use constraint decoding for tool names in Bee
#161
Closed
Tomas2D
closed
1 week ago
Tomas2D
commented
2 weeks ago
Improves speed for cases where there are no tools
Ensures tool name is also valid
Does not handle cases where LLM should not use any tool at all - in other words LLM will use for instance
Python
tool with
printf
instead of generating invalid function name like
None
.
Python
tool withprintf
instead of generating invalid function name likeNone
.