Interface AIMocking


public interface AIMocking

AI Mocking

Components for intercepting, mocking, and debugging AI requests.

Smart GWT provides two levels of AI request interception:

  • AI Level - Raw request/response interception via mockingPolicy
  • CoT Level - Workflow task interception via CoTProcess.mockInteractive
Both levels share a common UI infrastructure through MockInterceptDialog.
See Also: