|
14 | 14 | * <h2>Client Configuration</h2> |
15 | 15 | * <ul> |
16 | 16 | * <li>{@link com.github.copilot.rpc.CopilotClientOptions} - Options for |
17 | | - * configuring the {@link com.github.copilot.CopilotClient}, including CLI |
18 | | - * path, port, transport mode, and auto-start behavior.</li> |
| 17 | + * configuring the {@link com.github.copilot.CopilotClient}, including CLI path, |
| 18 | + * port, transport mode, and auto-start behavior.</li> |
19 | 19 | * </ul> |
20 | 20 | * |
21 | 21 | * <h2>Session Configuration</h2> |
22 | 22 | * <ul> |
23 | | - * <li>{@link com.github.copilot.rpc.SessionConfig} - Configuration for |
24 | | - * creating a new session, including model selection, tools, system message, and |
25 | | - * MCP server configuration.</li> |
26 | | - * <li>{@link com.github.copilot.rpc.ResumeSessionConfig} - Configuration |
27 | | - * for resuming an existing session.</li> |
28 | | - * <li>{@link com.github.copilot.rpc.InfiniteSessionConfig} - Configuration |
29 | | - * for infinite sessions with automatic context compaction.</li> |
| 23 | + * <li>{@link com.github.copilot.rpc.SessionConfig} - Configuration for creating |
| 24 | + * a new session, including model selection, tools, system message, and MCP |
| 25 | + * server configuration.</li> |
| 26 | + * <li>{@link com.github.copilot.rpc.ResumeSessionConfig} - Configuration for |
| 27 | + * resuming an existing session.</li> |
| 28 | + * <li>{@link com.github.copilot.rpc.InfiniteSessionConfig} - Configuration for |
| 29 | + * infinite sessions with automatic context compaction.</li> |
30 | 30 | * <li>{@link com.github.copilot.rpc.SystemMessageConfig} - System message |
31 | 31 | * customization options.</li> |
32 | 32 | * </ul> |
|
35 | 35 | * <ul> |
36 | 36 | * <li>{@link com.github.copilot.rpc.MessageOptions} - Options for sending |
37 | 37 | * messages, including prompt text and attachments.</li> |
38 | | - * <li>{@link com.github.copilot.rpc.ToolDefinition} - Definition of a |
39 | | - * custom tool that can be invoked by the assistant.</li> |
| 38 | + * <li>{@link com.github.copilot.rpc.ToolDefinition} - Definition of a custom |
| 39 | + * tool that can be invoked by the assistant.</li> |
40 | 40 | * <li>{@link com.github.copilot.rpc.ToolInvocation} - Represents a tool |
41 | 41 | * invocation request from the assistant.</li> |
42 | 42 | * <li>{@link com.github.copilot.rpc.Attachment} - File attachment for |
|
45 | 45 | * |
46 | 46 | * <h2>Provider Configuration (BYOK)</h2> |
47 | 47 | * <ul> |
48 | | - * <li>{@link com.github.copilot.rpc.ProviderConfig} - Configuration for |
49 | | - * using your own API keys with custom providers (OpenAI, Azure, etc.).</li> |
| 48 | + * <li>{@link com.github.copilot.rpc.ProviderConfig} - Configuration for using |
| 49 | + * your own API keys with custom providers (OpenAI, Azure, etc.).</li> |
50 | 50 | * <li>{@link com.github.copilot.rpc.AzureOptions} - Azure-specific |
51 | 51 | * configuration options.</li> |
52 | 52 | * </ul> |
53 | 53 | * |
54 | 54 | * <h2>Model Information</h2> |
55 | 55 | * <ul> |
56 | | - * <li>{@link com.github.copilot.rpc.ModelInfo} - Information about an |
57 | | - * available AI model.</li> |
58 | | - * <li>{@link com.github.copilot.rpc.ModelCapabilities} - Model |
59 | | - * capabilities and limits.</li> |
| 56 | + * <li>{@link com.github.copilot.rpc.ModelInfo} - Information about an available |
| 57 | + * AI model.</li> |
| 58 | + * <li>{@link com.github.copilot.rpc.ModelCapabilities} - Model capabilities and |
| 59 | + * limits.</li> |
60 | 60 | * <li>{@link com.github.copilot.rpc.ModelPolicy} - Model policy and state |
61 | 61 | * information.</li> |
62 | 62 | * </ul> |
|
69 | 69 | * |
70 | 70 | * <h2>Permissions</h2> |
71 | 71 | * <ul> |
72 | | - * <li>{@link com.github.copilot.rpc.PermissionHandler} - Handler for |
73 | | - * permission requests from the assistant.</li> |
74 | | - * <li>{@link com.github.copilot.rpc.PermissionRequest} - A permission |
75 | | - * request from the assistant.</li> |
| 72 | + * <li>{@link com.github.copilot.rpc.PermissionHandler} - Handler for permission |
| 73 | + * requests from the assistant.</li> |
| 74 | + * <li>{@link com.github.copilot.rpc.PermissionRequest} - A permission request |
| 75 | + * from the assistant.</li> |
76 | 76 | * <li>{@link com.github.copilot.rpc.PermissionRequestResult} - Result of a |
77 | 77 | * permission request decision.</li> |
78 | 78 | * </ul> |
|
0 commit comments