Skip to content

Commit 8aa8b9c

Browse files
Add dspy.configure_cache to api doc (#8295)
1 parent 4ea5041 commit 8aa8b9c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# dspy.configure_cache
2+
3+
4+
<!-- START_API_REF -->
5+
::: dspy.configure_cache
6+
handler: python
7+
options:
8+
show_source: true
9+
show_root_heading: true
10+
heading_level: 2
11+
docstring_style: google
12+
show_root_full_path: true
13+
show_object_full_path: false
14+
separate_signature: false
15+
inherited_members: true
16+
<!-- END_API_REF -->

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ nav:
127127
- StatusMessageProvider: api/utils/StatusMessageProvider.md
128128
- StreamListener: api/utils/StreamListener.md
129129
- asyncify: api/utils/asyncify.md
130+
- configure_cache: api/utils/configure_cache.md
130131
- disable_litellm_logging: api/utils/disable_litellm_logging.md
131132
- disable_logging: api/utils/disable_logging.md
132133
- enable_litellm_logging: api/utils/enable_litellm_logging.md

docs/scripts/generate_api_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
dspy.disable_logging,
5656
dspy.enable_litellm_logging,
5757
dspy.disable_litellm_logging,
58+
dspy.configure_cache,
5859
dspy.streaming.StatusMessageProvider,
5960
dspy.streaming.StatusMessage,
6061
dspy.streaming.StreamListener,

0 commit comments

Comments
 (0)