rename prompt engineering

This commit is contained in:
Jason
2023-09-05 21:38:02 -05:00
parent f88dfcc015
commit 255e9b5008
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Tips for Structure Engineering in Python
# Prompt Engineering for Function Calling
The overarching theme is to make the models as self-descriptive, modular, and flexible as possible, while maintaining data integrity and ease of use.
The overarching theme of using instructor and pydantic for function calling is to make the models as self-descriptive, modular, and flexible as possible, while maintaining data integrity and ease of use.
- **Modularity**: Design self-contained components for reuse.
- **Self-Description**: Use Pydantic's `Field` for clear field descriptions.
+1 -1
View File
@@ -57,7 +57,7 @@ nav:
- 'Exact Citations': 'examples/exact_citations.md'
- 'Automated Dataframe Extraction': "examples/autodataframe.md"
- 'Creating multiple file programs': "examples/gpt-engineer.md"
- Structure Engineering Tips: 'tips/index.md'
- Prompt Engineering Tips: 'tips/index.md'
- API Reference:
- 'OpenAISchema': 'openai_schema.md'
- 'MultiTask': 'api_multitask.md'