Class
AppServerFluent
Fluent helpers for launching the local OpenAI App Server and returning a session wrapper.
Inheritance
- Object
- AppServerFluent
Methods
public static async Task<FluentSession> StartAsync(AppServerOptions options = null, CancellationToken cancellationToken = null) #Returns:
Task<FluentSession>Starts the app server with the provided options and returns a fluent session.
Parameters
- options IntelligenceX.OpenAI.AppServer.AppServerOptions = null
- Optional server options (defaults are used when null).
- cancellationToken System.Threading.CancellationToken = null
- Token to cancel startup.
Returns
A fluent session tied to the running app server.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object