Use external documentation when it makes sense.

This commit is contained in:
Goran Peretin
2024-06-05 17:25:19 +00:00
parent 9636383475
commit 02dda15be9
7 changed files with 183 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ IGNORE_SIZE_THRESHOLD = 50000 # 50K+ files are ignored by default
DEFAULT_AGENT_NAME = "default"
DESCRIBE_FILES_AGENT_NAME = "CodeMonkey.describe_files"
# Endpoint for the external documentation
EXTERNAL_DOCUMENTATION_API = "http://docs-pythagora-io-439719575.us-east-1.elb.amazonaws.com"
class _StrictModel(BaseModel):
"""