genkit icon indicating copy to clipboard operation
genkit copied to clipboard

feat(py/genkit): added the resolve_method for openai compatible plugin

Open hendrixmar opened this issue 6 months ago • 1 comments

Description:

This PR introduces the concrete implementation of the resolve_method for the OpenAI compat plugin.

hendrixmar avatar Jun 10 '25 19:06 hendrixmar

Let's check if it is required to keep using the handler. I think the model generate method is enough, and the handler is only a wrapper to determine which models are valid based on the supported models variable. We are going to deprecate those validations, so maybe the handler is not required.

AbeJLazaro avatar Jun 11 '25 02:06 AbeJLazaro