diff --git a/samples/github-docs-agent/main.py b/samples/github-docs-agent/main.py index 08ee3be..f2b001c 100644 --- a/samples/github-docs-agent/main.py +++ b/samples/github-docs-agent/main.py @@ -28,7 +28,7 @@ async def make_graph(): tools = client.get_tools() print(tools) - model = ChatAnthropic(model="claude-3-5-sonnet-latest") + model = ChatAnthropic(model="claude-3-7-sonnet-20250219") def doc_writer_prompt(state: IssueState): """Create a prompt that incorporates documentation writing instructions.""" @@ -59,7 +59,7 @@ def doc_writer_prompt(state: IssueState): - path: The full file path for the documentation - branch: The branch name (create a new one like "docs/issue-{state["issueNumber"]}") - message: A clear commit message - - content: The complete documentation content + - content: The complete file content ## PR Creation Guidelines After creating documentation files, open a pull request that: diff --git a/samples/github-docs-agent/pyproject.toml b/samples/github-docs-agent/pyproject.toml index 9ff13ce..3f5db47 100644 --- a/samples/github-docs-agent/pyproject.toml +++ b/samples/github-docs-agent/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "github-docs-agent" -version = "0.0.3" +version = "0.0.5" description = "An automated agent that writes documentation" authors = [{ name = "Cristi Pufu", email = "cristian.pufu@uipath.com" }] dependencies = [