MagnivOrg / prompt-layer-library

🍰 PromptLayer - Maintain a log of your prompts and OpenAI API requests. Track, debug, and replay old completions.
https://www.promptlayer.com
Apache License 2.0
475 stars 42 forks source link

Add type definitions for tools support #115

Closed abubakarsohail closed 4 months ago

abubakarsohail commented 4 months ago

This pull request adds type definitions for tools support, specifically for the Tool and ToolCall classes. These definitions will improve the codebase by providing better type safety and documentation for the tools feature.