| 147 | } |
| 148 | |
| 149 | GenerateOptions ControllableAnthropicClient::getLastGenerateOptions() const { |
| 150 | return last_generate_options_; |
| 151 | } |
| 152 | |
| 153 | GenerateOptions ControllableAnthropicClient::getLastStreamOptions() const { |
| 154 | return last_generate_options_; |
nothing calls this directly
no outgoing calls
no test coverage detected