Skip to content

Commit

Permalink
Docs : Add missing import in documentation example (#1016)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Liu <[email protected]>
  • Loading branch information
geekloper and jxnl authored Oct 4, 2024
1 parent c9c36a5 commit 1827132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/planning-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ With the OpenAI Function Call model, you can customize the planning process and
Let's define the necessary Pydantic models to represent the query plan and the queries.

```python
from typing import List
import enum
from typing import List, Literal
from pydantic import Field, BaseModel


Expand Down

0 comments on commit 1827132

Please sign in to comment.