by jakecyr · Agent Tool · ★ 82
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is openai-function-calling safe to install? View the security audit →
OpenAI Function Calling Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests. See the official Function Calling reference for more information. Installation Install from PyPi with: The openai-function-calling package does come with the openai package. It must be installed separately with Usage Auto-Infer the Function Definition (Beta) Automatically infer your function name, description, and parameters given a reference to the function. A instance is returned which can be converted to JSON schema with and then passed to the OpenAI chat completion API: python from typing import Any, Callable from openaifunctioncalling import FunctionInferrer import openai import json Define example functions. def getcurrentweather(location: str, unit: str = "fahrenheit") - str: """Get the current weather and return a summary.""" return f"It is currently sunny in {location} and 75 degrees {unit}." def gettomorrowsweather(locatio
| Stars | 82 |
| Forks | 14 |
| Language | Python |
| Category | Agent Tool |
| Quality Score | 71.1244049683451/100 |
| Last Updated | 2025-03-07 |
| Created | 2023-06-24 |
| Platforms | python |
| Est. Tokens | ~11k |
These tools work well together with openai-function-calling for enhanced workflows:
Looking for a openai-function-calling alternative? If you're comparing openai-function-calling with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
This MCP server provides documentation about Strands Agents to your GenAI tools, so you can use your favorite
User friendly CLI tool for AI tasks. Stop thinking about LLMs and prompts, start getting results!
AI-powered text compression library for RAG systems and API calls. Reduce token usage by up to 50-60% while pr
Home Assistant add-on: Claude Code, OpenAI/GPT, Gemini
The fastest way to build and start training your own LLM. CLI tool that scaffolds production-ready PyTorch tra
A list of LLMs Tools & Projects
Explore other popular agent tool tools:
openai-function-calling is Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests.. It is categorized as a Agent Tool with 82 GitHub stars.
openai-function-calling is primarily written in Python. It covers topics such as chatgpt, function-calling, machine-learning.
You can find installation instructions and usage details in the openai-function-calling GitHub repository at github.com/jakecyr/openai-function-calling. The project has 82 stars and 14 forks, indicating an active community.
The top alternatives to openai-function-calling on Agent Skills Hub include mcp-server, cai, context-compressor. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.