getAiProviderProfile()
Fetches detailed data for a specific resource or scope.
Usage
The following example shows a basic usage of the backend client from @wacht/nextjs/server.
import { wachtClient } from '@wacht/nextjs/server';export async function example() { const client = await wachtClient(); return client.ai.getAiProviderProfile();}Signature
function getAiProviderProfile(...args: unknown[]): Promise<unknown>