Open lidorcg opened 3 months ago
I'm looking into this. minimal case
(generate
{:task "answer: {{sub-task.answer}} + 1 = {{result}}"
:sub-task {:answer "42"}
:result (llm :ollama wkk/model-params {:model :llama3})})
#:bosquet{:completions {:task "answer: {{sub-task.answer}} + 1 = {{result}}"
:sub-task.answer nil
:result "The answer is:\n\n2"}
:usage {:sub-task.answer nil
:result {:prompt 16 :completion 6 :total 22}
:bosquet/total {:prompt 16 :completion 6 :total 22}}
:time 2601}
Hello,
I noticed that in Selmer you can render from a nested data structure:
In bosquet trying to render nested structured results in doted keyword: