chatgpt-api/packages/validators
Travis Fischer 5a9c2af4d3 2025-06-14 02:31:46 +07:00
..
src 2025-06-14 02:31:46 +07:00
package.json feat: optimize turbo caching 2025-06-13 07:20:09 +07:00
readme.md feat: simplify project/deployment/tool identifiers; require namespaces to start with @ 2025-06-05 23:00:07 +07:00
tsconfig.json feat: drizzle-zod and hono openapi improvements 2025-04-26 06:11:33 +07:00

readme.md

Project Identifier

@namespace/project-name

Deployment Identifier

${projectIdentifier} => ${projectIdentifier}@latest ${projectIdentifier}@latest ${projectIdentifier}@dev ${projectIdentifier}@deploymentHash ${projectIdentifier}@version

Tool Identifier

${deploymentIdentifier}/tool_name

Tool Names

  • Must start with a letter or underscore
  • Can include only letters, numbers, and underscores
  • Use either camelCase or snake_case consistently across all tools

OpenAI vs Anthropic vs Google vs MCP tool name restrictions