benni82
Results
2
issues of
benni82
``` acc, validOutputs := UTXOSet.FindSpendableOutputs(pubKeyHash, amount) if acc < amount { log.Panic("ERROR: Not enough funds") } // Build a list of inputs for txid, outs := range validOutputs { txID,...
### Description When configuring `DirectorySearchTool` with Ollama embedding provider, the configuration is incorrectly transformed from nested format to flat format, causing `OllamaProvider` to receive an empty dictionary instead of the...
bug