Skip to content

Commit 8c2c88b

Browse files
Merge pull request #6728 from lgayhardt/patch-72
Update continuous-evaluation-agents.md
2 parents 7babff3 + 453a1a3 commit 8c2c88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/continuous-evaluation-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ from azure.ai.projects.models
179179

180180
sampling_config = AgentEvaluationSamplingConfiguration (
181181
name = agent.id,
182-
samplingPercent = 15, # Percentage of sampling per hour (0-100)
182+
samplingPercent = 100, # Percentage of sampling per hour (0-100)
183183
maxRequestRate = 250, # Maximum request rate per hour (0-1000)
184184
)
185185
project_client.evaluation.create_agent_evaluation(

0 commit comments

Comments
 (0)