User Guide
API Reference
ExecutionMode
ExecutionMode.PARALLEL
ExecutionMode.SEQUENTIAL
ExecutionMode.from_string()
TestType
TestType.SINGLE_TURN
TestType.MULTI_TURN
RhesisClient
RhesisClient.__init__()
RhesisClient.from_environment()
RhesisClient.register_endpoint()
DisabledClient
DisabledClient.__init__()
DisabledClient.is_disabled
DisabledClient.base_url
DisabledClient.project_id
DisabledClient.environment
endpoint()
collaborate()
create_observer()
ObserverBuilder
ObserverBuilder.__init__()
ObserverBuilder.with_base_attributes()
ObserverBuilder.add_method()
ObserverBuilder.build()
bind_context()
TypeVar
get_api_key()
get_base_url()
main()
count_tokens()
extract_json_from_text()
extract_partial_json()
extract_objects_from_array()
safe_json_loads()
validate_test_case()
clean_and_validate_tests()
get_file_content()
ensure_directory_exists()
Development
Initial release of the SDK
Core functionality for test set access
Basic documentation and examples
Basic unit tests and integration tests