docs: update docs

This commit is contained in:
lilong.129
2025-05-17 12:20:45 +08:00
parent e94dacb5b2
commit e35d644acf
28 changed files with 45 additions and 46 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
func TestNewChat(t *testing.T) {
systemPromptFile := "test_system_prompt.txt"
_ = os.WriteFile(systemPromptFile, []byte("You are a helpful assistant."), 0o644)
_ = os.WriteFile(systemPromptFile, []byte("You are a helpful assistant."), 0o600)
defer os.Remove(systemPromptFile)
host, err := NewMCPHost("./testdata/test.mcp.json")