mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
rename prompt engineering
This commit is contained in:
+2
-2
@@ -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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user