Skip to content

Commit 9bd9b31

Browse files
merge main
2 parents 73c330c + bc61653 commit 9bd9b31

File tree

17 files changed

+1210
-0
lines changed

17 files changed

+1210
-0
lines changed

docs/docs/api/evaluation/CompleteAndGrounded.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/evaluation/SemanticF1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/modules/BestOfN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/modules/ChainOfThought.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- dump_state
1414
- forward
1515
- get_lm
16+
- inspect_history
1617
- load
1718
- load_state
1819
- map_named_predictors

docs/docs/api/modules/ChainOfThoughtWithHint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/modules/Module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- deepcopy
1212
- dump_state
1313
- get_lm
14+
- inspect_history
1415
- load
1516
- load_state
1617
- map_named_predictors

docs/docs/api/modules/MultiChainComparison.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/modules/Predict.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- forward
1515
- get_config
1616
- get_lm
17+
- inspect_history
1718
- load
1819
- load_state
1920
- map_named_predictors

docs/docs/api/modules/Program.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- deepcopy
1212
- dump_state
1313
- get_lm
14+
- inspect_history
1415
- load
1516
- load_state
1617
- map_named_predictors

docs/docs/api/modules/ProgramOfThought.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/modules/ReAct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- dump_state
1414
- forward
1515
- get_lm
16+
- inspect_history
1617
- load
1718
- load_state
1819
- map_named_predictors

docs/docs/api/modules/Refine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- dump_state
1313
- forward
1414
- get_lm
15+
- inspect_history
1516
- load
1617
- load_state
1718
- map_named_predictors

docs/docs/api/primitives/Image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
handler: python
66
options:
77
members:
8+
- format
89
- from_PIL
910
- from_file
1011
- from_url

docs/docs/tutorials/build_ai_program/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- [Retrieval-Augmented Generation (RAG)](/tutorials/rag/)
22
- [Building RAG as Agent](/tutorials/agents/)
3+
- [Build AI Agents with DSPy](/tutorials/customer_service_agent/)
34
- [Entity Extraction](/tutorials/entity_extraction/)
45
- [Classification](/tutorials/classification/)
56
- [Multi-Hop RAG](/tutorials/multihop_search/)

0 commit comments

Comments
 (0)