VSCodeChat class

Chat API - Create and manage chat participants

Constructors

VSCodeChat(VSCodeAdapter _adapter)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createChatParticipant(String id, {required ChatRequestHandler handler, String? description, String? fullName, int timeoutSeconds = 300}) Future<ChatParticipant>
Create a chat participant with a request handler
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

handleChatRequest(Map<String, dynamic> params) Future<Map<String, dynamic>?>
Internal method to handle chat requests - should be called from bridge_server.dart