| Llama.hs:115:22: error: [GHC-99339]
|
| • Ambiguous record update with field ‘prompt’
|
| This field appears in both datatypes
|
| ‘LlamaApplyTemplateResponse’ and ‘LlamaRequest’
|
| • In the first argument of ‘encode’, namely
|
| ‘(def {prompt = input} @LlamaRequest)’
|
| In the expression: encode (def {prompt = input} @LlamaRequest)
|
| In an equation for ‘body’:
|
| body = encode (def {prompt = input} @LlamaRequest)
|
| |
|
| 115 | body = encode (def { prompt = input } @LlamaRequest)
|