Skip to content

fix: use 260 AiEvalDef tags @W-21834632@#244

Open
WillieRuemmele wants to merge 1 commit intomainfrom
wr/fixGeneratedAiEvalDef
Open

fix: use 260 AiEvalDef tags @W-21834632@#244
WillieRuemmele wants to merge 1 commit intomainfrom
wr/fixGeneratedAiEvalDef

Conversation

@WillieRuemmele
Copy link
Copy Markdown
Member

What does this PR do?

updates the generated AiEvaluationDefinition metadata generated with new tags:

        <expectation>
            <expectedValue>local_weather_16jD60000004CN5</expectedValue>
            <name>topic_sequence_match</name>
        </expectation>
        <expectation>
            <expectedValue>[]</expectedValue>
            <name>action_sequence_match</name>
        </expectation>
        <expectation>
            <expectedValue>22</expectedValue>
            <name>bot_response_rating</name>

vs the old:

        <expectation>
            <expectedValue>local_weather_16jD60000004CN5</expectedValue>
            <name>topic_assertion</name>
        </expectation>
        <expectation>
            <expectedValue>[]</expectedValue>
            <name>actions_assertion</name>
        </expectation>
        <expectation>
            <expectedValue>22</expectedValue>
            <name>output_validation</name>
        </expectation>

What issues does this PR fix or reference?

@W-21834632@

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