| 183 | as additional context.` |
| 184 | |
| 185 | type modelHandler struct { |
| 186 | client ModelClient |
| 187 | model string |
| 188 | tpl *template.Template |
| 189 | schema *latest.StructuredOutput |
| 190 | shape ResponseShape |
| 191 | } |
| 192 | |
| 193 | // Run implements [Handler]. It renders the prompt, asks the model, and |
| 194 | // applies the configured [ResponseShape]. The executor's timeout and |
nothing calls this directly
no outgoing calls
no test coverage detected