Skip to content

Commit 185e195

Browse files
docs: improve JSDoc comment for AI service type in DiscoveryInfo
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/14bca4e2-4027-410b-bc6a-5ef0dc86a4fa Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent ba4283e commit 185e195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/hooks/useDiscovery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface DiscoveryInfo {
4949
enabled: boolean;
5050
status?: 'available' | 'unavailable';
5151
};
52-
/** AI service status */
52+
/** AI service configuration */
5353
ai?: {
5454
enabled: boolean;
5555
status?: 'available' | 'unavailable';

0 commit comments

Comments
 (0)