Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update message assignment in engineer.py
The previous code was assigning the entire message object to dbs.input["prompt"]. This commit changes that to assign only the 'prompt' field from the message object. This ensures that the correct data is being used in subsequent operations.
- Loading branch information