Pipeline.Providers.GeminiProvider (PipelineEx v0.1.1)

View Source

Live Gemini provider backed by the gemini_ex client.

Summary

Functions

Ask Gemini to emit function calls described in tools.

Query Gemini and return a structured response map.

Functions

generate_function_calls(prompt, tools, options \\ %{})

Ask Gemini to emit function calls described in tools.

The model is instructed to respond with a JSON array of function call objects.

query(prompt, options \\ %{})

Query Gemini and return a structured response map.