Steve Dudenhoeffer
0d909edd44
Refactor Google LLM adapter to support tool schemas.
Enhanced the `requestToChatHistory` method to include OpenAI schema conversion logic and integrate tools with generative AI schemas. This change improves flexibility when working with different schema types and tool definitions. Adjusted response handling to return a modified model alongside chat sessions and parts.
Description
Abstraction layer interface for various similar LLM services
Languages
Go
100%