Skip to content

Commit ccbb576

Browse files
committed
added new tool using LLM agent chapter
1 parent 15bd68a commit ccbb576

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

manuscript/Book.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ prompts.md
3838
gemini.md
3939
tavily.md
4040
agent_llm.md
41+
agent_part2.md
4142
wolfram.md
4243
book_wrapup.md

src/agent_grok/agent.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;;;; Usage:
88
;;;; Set *grok-api-key* to your xAI Grok API key.
99
;;;; Define custom tools using def-tool.
10-
;;;; Run (run-agent "Your query here")
10+
;;;; Run (run-agent "Your query here")
1111
;;;;
1212
;;;; Note: This assumes Grok API is compatible with OpenAI-style chat completions.
1313

src/agent_grok/agent_grok_perplexity.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
(require 'asdf)
2222
(require 'uiop)
2323

24-
;; Configure YASON to handle symbol keys & values
24+
;; Configure YASON to handle symbol keys & values
2525
(setf yason:*symbol-encoder* #'yason:encode-symbol-as-string)
2626

2727
(defvar *grok-api-key*

0 commit comments

Comments
 (0)