There was an error while loading. Please reload this page.
1 parent ef9f62f commit 6082bc5Copy full SHA for 6082bc5
2 files changed
lib/jidoka/adapter/jido/skill.ex
@@ -70,7 +70,7 @@ defmodule Jidoka.Adapter.Jido.Skill do
70
def prompt(refs, opts \\ []) when is_list(refs) and is_list(opts) do
71
with {:ok, refs} <- load_and_resolve(refs, opts) do
72
refs
73
- |> Skill.Prompt.render()
+ |> Skill.Prompt.render(include_body: true)
74
|> case do
75
"" -> {:ok, nil}
76
prompt -> {:ok, prompt}
0 commit comments