File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/github-docs-agent Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async def make_graph():
2828
2929 tools = client .get_tools ()
3030 print (tools )
31- model = ChatAnthropic (model = "claude-3-5 -sonnet-latest " )
31+ model = ChatAnthropic (model = "claude-3-7 -sonnet-20250219 " )
3232
3333 def doc_writer_prompt (state : IssueState ):
3434 """Create a prompt that incorporates documentation writing instructions."""
@@ -59,7 +59,7 @@ def doc_writer_prompt(state: IssueState):
5959 - path: The full file path for the documentation
6060 - branch: The branch name (create a new one like "docs/issue-{ state ["issueNumber" ]} ")
6161 - message: A clear commit message
62- - content: The complete documentation content
62+ - content: The complete file content
6363
6464 ## PR Creation Guidelines
6565 After creating documentation files, open a pull request that:
Original file line number Diff line number Diff line change 11[project ]
22name = " github-docs-agent"
3- version = " 0.0.3 "
3+ version = " 0.0.5 "
44description = " An automated agent that writes documentation"
55authors = [{
name =
" Cristi Pufu" ,
email =
" [email protected] " }]
66dependencies = [
You can’t perform that action at this time.
0 commit comments