Azure / PyRIT

The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
MIT License
1.91k stars 366 forks source link

Fix TAP Orchestrator Invalid Argument #561

Closed rdheekonda closed 1 week ago

rdheekonda commented 1 week ago

Description

The new_conversation_id argument no longer exists in the function duplicate_conversation_for_new_orchestrator; instead, new_conversation_id is now created within the function itself.

Tests and Documentation

N/A