create static method
Implementation
static Future<AppleIntelligenceSession> create(String instructions) async {
final sessionId = await _foundation.openSession(instructions);
return AppleIntelligenceSession._(sessionId);
}
static Future<AppleIntelligenceSession> create(String instructions) async {
final sessionId = await _foundation.openSession(instructions);
return AppleIntelligenceSession._(sessionId);
}