mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
Removed debugging output.
This commit is contained in:
parent
934bb77ec8
commit
2379877b14
@ -12,7 +12,6 @@ where
|
||||
|
||||
import Data.Aeson (FromJSON)
|
||||
import qualified Data.Text as T
|
||||
import qualified Debug.Trace as Debug
|
||||
import GHC.Generics (Generic)
|
||||
import NeatInterpolation (trimming)
|
||||
import Wasp.AI.CodeAgent (CodeAgent)
|
||||
@ -30,7 +29,6 @@ type PlanRule = String
|
||||
|
||||
generatePlan :: Wasp.AI.GenerateNewProject.Common.NewProjectDetails -> [PlanRule] -> CodeAgent Plan
|
||||
generatePlan newProjectDetails planRules = do
|
||||
Debug.trace (show $ T.unpack planPrompt) $ return ()
|
||||
queryChatGPTForJSON defaultChatGPTParams chatMessages
|
||||
where
|
||||
chatMessages =
|
||||
|
Loading…
Reference in New Issue
Block a user