camel-ai / camel

🐫 CAMEL: Finding the Scaling Law of Agents. A multi-agent framework. https://www.camel-ai.org
https://docs.camel-ai.org/
Apache License 2.0
5.4k stars 665 forks source link

[Feature Request] Support auto tool schema or docstring generation for `OpenAIFunction` #949

Open lightaime opened 3 weeks ago

lightaime commented 3 weeks ago

Required prerequisites

Motivation

Sometime users do not want to write a docstring for when creating the tools. Supporting auto tool schema or docstring generation for OpenAIFunction would be helpful.

Solution

No response

Alternatives

No response

Additional context

No response

Wendong-Fan commented 1 week ago

solution: user give one function without docstring, LLM generate docstring automaticlly