Bryson
07/01/2025, 10:36 PMMahta
07/08/2025, 9:04 AMraxrb
07/10/2025, 6:51 PM- id: groq:qwen/qwen3-32b
label: "qwen3-32b"
config:
thinking:
type: 'none'
budget: 0 # For complex proofs
temperature: 0 # It's good practice to set temperature for deterministic evals
reasoning:
effort: none
type: 'disabled'
budget: 0 # For complex proofs
reasoning_format: hidden # This line removes the 'thinking' output
showThinking: false
showReasoning: false
As you can see in the thinking mode is coming.
https://cdn.discordapp.com/attachments/1392941393386934282/1392941393751707718/image.png?ex=68715d43&is=68700bc3&hm=a34b6bb70b7415f6f696bf1ef89745c33cf633363867e462ba8b6750a5f0fcc7&CYH
07/10/2025, 11:13 PMpromptfoo-results.xml
. However, I got No test result files matching '[ 'promptfoo-results.xml' ]' were found
. Is this expected? How can I publish the promptfoo test result?
On the [eval option page](https://www.promptfoo.dev/docs/usage/command-line/), output flag only support csv, txt, json, jsonl, yaml, yml, html. It doesn't have xml.CYH
07/14/2025, 6:33 PMSudharshan
07/14/2025, 7:58 PMyahmasta
07/16/2025, 10:05 PMSaraswathi Rekhala
07/18/2025, 4:09 AMSaraswathi Rekhala
07/24/2025, 11:23 AMWaz
07/25/2025, 11:05 PMts
export default ChatPromptTemplate.fromMessages([
['system', systemMessageText],
new MessagesPlaceholder('messages')
]);
beautifulpython
07/28/2025, 9:49 PMSaraswathi Rekhala
07/29/2025, 5:44 AMbakar
07/29/2025, 10:59 PMWaz
07/30/2025, 10:22 AMCYH
07/30/2025, 9:54 PMMyron
07/30/2025, 11:25 PMSaraswathi Rekhala
08/04/2025, 5:19 AMRohit Jalisatgi - Palosade
08/04/2025, 4:32 PMCYH
08/05/2025, 10:18 PMpromptfoo eval -c config.yaml --output result.xml
, I got the following error message. Is this a known issue?
/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:268
textValue = textValue.replace(entity.regex, entity.val);
^
TypeError: textValue.replace is not a function
at Builder.replaceEntitiesValue (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:268:29)
at Builder.buildTextValNode (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:252:22)
at Builder.j2x (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:116:23)
at Builder.processTextOrObjNode (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:181:23)
at Builder.j2x (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:140:32)
at Builder.processTextOrObjNode (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:181:23)
at Builder.j2x (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:165:21)
at Builder.processTextOrObjNode (/opt/homebrew/Cellar/promptfoo/0.117.4/libexec/lib/node_modules/promptfoo/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js:181:23)
at Builder.j2x
... truncating the rest because message is too long
Node.js v24.4.1
Rohit Jalisatgi - Palosade
08/06/2025, 12:13 AMGuillermoB
08/06/2025, 9:12 AMJason
08/07/2025, 2:07 AMBrianGenisio
08/08/2025, 5:18 PMprompts:
- role: system
content: file://../../system-1.md
- role: system
content: file://../../system-2.md
- role: user
content: file://../../user.md
tests:
- file://./test_*.yaml
But that's not working for me.
> Invalid configuration file /Users/me/code/evaluations/test1/promptfooconfig.yaml:
> Validation error: Expected string, received array at "prompts", or Expected string, received object at "prompts[0]", or Required at "prompts[0].id", or Required at "prompts[0].raw"; Expected string, received object at "prompts[1]", or Required at "prompts[1].id", or Required at "prompts[1].raw", or Expected object, received array at "prompts"
> Invalid configuration file /Users/me/code/evaluations/test1/promptfooconfig.yaml:
> Validation error: Expected string, received array at "prompts", or Expected string, received object at "prompts[0]", or Required at "prompts[0].id", or Required at "prompts[0].raw"; Expected string, received object at "prompts[1]", or Required at "prompts[1].id", or Required at "prompts[1].raw", or Expected object, received array at "prompts"
> Failed to validate configuration: Invalid prompt object: {"role":"system","label":"system","content":"file://../../system.md"}
What am I doing wrong? How do I define my prompt chain with two system prompts and one user prompt from files?ahmedelbaqary.
08/11/2025, 11:04 AMreasoning_effort: minimal
gives like 10000~15000 Ms on average and always the cost=0
does anyone have explanation for this??
I'm using the nodejs package!! and here is the provider sent
"providers": [
{
"id": "openai:responses:gpt-5-nano",
"config": {
"max_completion_tokens": 4000,
"max_output_tokens": 4000,
"apikey": "api-key-here",
"tools": [],
"tool_choice": "auto",
"reasoning": {"effort": "minimal"}
}
}
],BrianGenisio
08/11/2025, 7:30 PMpromptfoo view
I'd like to be able to control this as something other than 15500. Is there a good way?Waz
08/11/2025, 10:57 PMthe
08/12/2025, 11:45 AMgrj373
08/13/2025, 1:43 PMBryson
08/13/2025, 8:57 PMAWilborn
08/14/2025, 5:06 PM