From 0b36c8761705ecff4c7dea42eaa5b0804282e81c Mon Sep 17 00:00:00 2001 From: George Adams Date: Mon, 27 Oct 2025 13:29:32 +0000 Subject: [PATCH] docs: minor docs corrections --- go/DEVELOPMENT.md | 5 +++-- go/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go/DEVELOPMENT.md b/go/DEVELOPMENT.md index 7c1f0748..0fac1b91 100644 --- a/go/DEVELOPMENT.md +++ b/go/DEVELOPMENT.md @@ -10,14 +10,15 @@ This guide provides information for contributors working on the Go SDK implement ### Prerequisites -- Go 1.21 or later +- Go 1.24 or later - Git - An OpenAI or Azure OpenAI API key for testing ### Clone and Setup ```bash -cd agent-framework/golang +git clone https://github.com/microsoft/agent-framework +cd agent-framework/go go mod download ``` diff --git a/go/README.md b/go/README.md index 473d05ab..2a41d0ba 100644 --- a/go/README.md +++ b/go/README.md @@ -68,7 +68,7 @@ func main() { ## Project Structure ``` -golang/ +go/ ├── pkg/ # Public API packages │ ├── agent/ # Agent abstractions and implementations │ ├── thread/ # Conversation thread management