Skip to content

Commit

Permalink
Update docstrings for some wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Nov 15, 2024
1 parent 8427b14 commit bc586d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Chat with a KB."""
"""Wrapper for the ESS-DeepDive API."""

import logging
from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Chat with a KB."""
"""Wrapper for the FAIRSharing API."""

import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion src/curategpt/wrappers/investigation/jgi_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Chat with a KB."""
"""Wrapper for JGI Data Search."""

import logging
import time
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Chat with a KB."""
"""Wrapper for NCBI Biosample."""

import logging
from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion src/curategpt/wrappers/investigation/nmdc_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Chat with a KB."""
"""Wrapper for the National Microbiome Data Collaborative (NMDC) API."""

import logging
from dataclasses import dataclass
Expand Down

0 comments on commit bc586d8

Please sign in to comment.