Orq SDK
Feedback Evaluation Remove
from orq_ai_sdk import Orq
import os
with Orq(
api_key=os.getenv("ORQ_API_KEY", ""),
) as orq:
orq.post_v2_feedback_evaluation_remove()
# Use the SDK ...
Show Parameters
Show Parameters
Feedback Evaluation
from orq_ai_sdk import Orq
import os
with Orq(
api_key=os.getenv("ORQ_API_KEY", ""),
) as orq:
orq.post_v2_feedback_evaluation()
# Use the SDK ...
Show Parameters
Show Parameters
The request object to use for the request.