Skip to content

Commit 4b51543

Browse files
authored
docs: fix < > tags in LLMEvaluator (#9600)
1 parent 85721c1 commit 4b51543

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

haystack/components/evaluators/llm_evaluator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,17 @@ def prepare_template(self) -> str:
230230
231231
Combine instructions, inputs, outputs, and examples into one prompt template with the following format:
232232
Instructions:
233-
<instructions>
233+
`<instructions>`
234234
235235
Generate the response in JSON format with the following keys:
236-
<list of output keys>
236+
`<list of output keys>`
237237
Consider the instructions and the examples below to determine those values.
238238
239239
Examples:
240-
<examples>
240+
`<examples>`
241241
242242
Inputs:
243-
<inputs>
243+
`<inputs>`
244244
Outputs:
245245
246246
:returns:

0 commit comments

Comments
 (0)