Skip to content

Commit 3330c0e

Browse files
committed
Fixes missing UUID
1 parent a237358 commit 3330c0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dialog/llm/agents/default.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import asyncio
22
import logging
3+
from uuid import uuid4
34

45
from langchain.chains.llm import LLMChain
56
from langchain.memory import ConversationBufferWindowMemory

0 commit comments

Comments
 (0)