nshkrdotcom

Results 2 comments of nshkrdotcom

## Description: This PR implements `:json` mode support for the Gemini adapter, enabling JSON response generation without a strict schema, as requested in #. ## Changes: * Updated `lib/instructor/adapters/gemini.ex`: *...

Code Context: The error originates from this line in lib/otp_supervisor/core/arsenal.ex:90: unless :ets.whereis(:operation_stats) do :ets.new(:operation_stats, [:named_table, :public, :set, {:read_concurrency, true}]) end The guard test appears to be checking if an ETS...