Skip to content

Conversation

@moufuyu
Copy link

@moufuyu moufuyu commented Jan 28, 2026

Description

There are two corrections:

In the usage example for Trace-based Helpfulness Evaluation, the following code appears:

# Setup telemetry for trace capture
telemetry = StrandsEvalsTelemetry().setup_in_memory_exporter()

def user_task_function(case: Case) -> dict:
    # Clear previous traces
    telemetry.memory_exporter.clear()

However, the correct property name is in_memory_exporter, not memory_exporter.

Fixed the usage of to_file()in the sections Basic Output Evaluation, Tool Usage Evaluation, and Automated Experiment Generation to match the correct method signature.

Related Issues

Type of Change

Typo/formatting fix

Checklist

  • I have read the CONTRIBUTING document
  • My changes follow the project's documentation style
  • I have tested the documentation locally using mkdocs serve
  • Links in the documentation are valid and working

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@moufuyu moufuyu marked this pull request as ready for review January 28, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant