mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 20:44:58 +00:00
minor
This commit is contained in:
parent
23028e26ff
commit
e61c4954d5
3 changed files with 6 additions and 9 deletions
|
@ -254,7 +254,6 @@ class LlamaGuardShield(ShieldBase):
|
|||
for m in messages
|
||||
]
|
||||
)
|
||||
return conversations_str
|
||||
return PROMPT_TEMPLATE.substitute(
|
||||
agent_type=messages[-1].role.capitalize(),
|
||||
categories=categories_str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue