devondragon / devondragon/SpringAIClient
Implement function calling capabilities
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1
- Forks
- 1
- Avg merge
- 1h 2m
- Merged PRs (30d)
- 3
Description
Currently the library doesn't support OpenAI's function calling feature. This feature allows structured data extraction and tool usage with AI models.
Proposed Changes
- Add function calling support to the OpenAIService
- Create appropriate models/DTOs for function definitions
- Add examples of function calling usage
- Support different function calling modes (none, auto, tool)
Benefits
- Enables structured data extraction from AI responses
- Allows for tool usage with AI models
- Supports more advanced AI application patterns
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with OpenAIService and inspect how the library currently sends requests and represents responses. Then define the required models or DTOs for function definitions, review the proposed none, auto, and tool modes, and add usage examples. Done means function calling supports structured extraction and tool usage across the requested modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- ai, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100