AIClient
Overview
AIClient is a type in Aspose.PDF FOSS for Go.
AIClient is the contract every copilot consumes: one call, one chat completion.
This type provides 1 method for working with AIClient objects in Go programs.
Available methods include: Complete.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Complete(ctx: context.Context, req: CompletionRequest) → (*CompletionResponse, error) | Calls Complete(ctx, req) on this AIClient instance. |