@@ -96,7 +96,7 @@ As an aside for those already familiar with LangChain - `add_node` actually take
```python
defcall_oracle(messages:list):
returnmodel.invoke(message)
returnmodel.invoke(messages)
graph.add_node("oracle",call_oracle)
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.