Maximilian-Winter / llama-cpp-agent

The llama-cpp-agent framework is a tool designed for easy interaction with Large Language Models (LLMs). Allowing users to chat with LLM models, execute structured function calls and get structured output. Works also with models not fine-tuned to JSON output and function calls.
Other
445 stars 38 forks source link

Update gbnf_grammar_from_pydantic_models.py #41

Closed svjack closed 2 months ago

svjack commented 2 months ago

docstring_parser's parse will yield docstring.short_description or docstring.long_description as None, when no correspond scope exists in function documentation

Maximilian-Winter commented 2 months ago

Thank you will merge that.