type TCompleteFn = (args: ISwarmCompletionArgs) => Promise<ISwarmMessage>; Copy
type TCompleteFn = (args: ISwarmCompletionArgs) => Promise<ISwarmMessage>;
Function type for completing AI model requests. Takes completion arguments and returns a promise resolving to a model message response.