awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索博客网站地图
项目关于媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

2 个仓库

Awesome GitHub RepositoriesFunction Parameter Extraction

Translating natural language requests into structured arguments based on function signatures for tool execution.

Distinct from Function Parameter Handling: Distinct from language-level parameter handling; specifically focuses on extracting parameters from natural language prompts for LLMs.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Function Parameter Extraction. Refine with filters or upvote what's useful.

Awesome Function Parameter Extraction GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • normal-computing/outlinesnormal-computing 的头像

    normal-computing/outlines

    13,965在 GitHub 上查看↗

    Outlines is a guided generation framework designed to enforce structural constraints on large language model output in real time. It serves as a structured output generator that ensures model responses adhere to predefined JSON schemas, regular expressions, or fixed sets of choices to produce predictable and parsable results. The project provides an interface for tool calling by extracting structured function parameters from natural language prompts for programmatic execution. It also includes a prompt templating engine that decouples prompt logic from application code through reusable templa

    Provides the ability to translate natural language requests into structured arguments based on predefined function signatures.

    Python
    在 GitHub 上查看↗13,965
  • boundaryml/bamlBoundaryML 的头像

    BoundaryML/baml

    7,636在 GitHub 上查看↗

    BAML is a prompt engineering framework and LLM client generator that defines AI prompts as type-safe functions. It serves as a structured data extraction tool and workflow orchestrator, transforming unstructured model responses into strongly typed objects using a custom schema language and alignment algorithms. The project distinguishes itself by using a compiler to generate language-specific boilerplate code for API communication and output parsing. It features a dedicated environment for designing complex prompt templates with conditional logic and reusable snippets, and employs genetic alg

    Translates unstructured user input into typed function arguments for tool execution.

    Rustbamlboundarymlguardrails
    在 GitHub 上查看↗7,636
  1. Home
  2. Artificial Intelligence & ML
  3. Function Parameter Extraction