InAnYan / gib-test-repo

Repository for testing GIB
0 stars 0 forks source link

Bot can't find my templates #36

Open InAnYan opened 1 day ago

InAnYan commented 1 day ago
Error: GitBotError(ImproveFeatureError(LlmAgentError(TemplateEngineError(Error { kind: Msg("Couldn't open template '\"templates/improve/system_message.tmpl\"'"), source: Some(Os { code: 2, kind: NotFound, message: "No such file or directory" }) }))))
intellectual-bot-for-github[bot] commented 1 day ago

Hi InAnYan,

Thank you for reporting the issue with the bot not being able to find your templates. To help us diagnose the problem more effectively, could you please provide a bit more detail?

  1. Template Path: Can you confirm that the path to the template ("templates/improve/system_message.tmpl") is correct? Please check if the file exists at that location.

  2. Configuration File: Can you share your configuration file or the relevant section of it that specifies the template paths? This will help us understand how your templates are set up.

  3. Environment Variables: Please ensure that the environmental variable GIB_CONFIG_FILE is set correctly, pointing to your configuration file.

  4. Relative vs Absolute Path: Are you using a relative path for the template? If so, please ensure that you are running the bot from the correct working directory.

These details will help us better understand the issue and assist you in resolving it. Thank you!

Best,
[Your Name]