luogu 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/luogu/agent_runner.rb +1 -1
- data/lib/luogu/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51894edfe6be802243310ff3f5402e57d68c008c223cf6b7c7cb82efda826348
|
4
|
+
data.tar.gz: e1803e2023ebc78ce9bde423a3ea5ee34ec136764af0d81156b5cf1119119b85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f870f1b9c58a73a94d16d238f58893bec437be10c2007904eb04643f5ece6855388dfe2608d304ef38e444fce158c761bd433041f25d1edc103b4a0b727a9f0a
|
7
|
+
data.tar.gz: '0390f03623b16a30445ce78c0336a761b9fe169c4f6ec0b8e5a6f7543b661c65e84d2252496909dbaa2b9c439bc668f683377c013079b56999b33d855c222bf1'
|
data/lib/luogu/agent_runner.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module Luogu
|
2
2
|
class AgentRunner
|
3
3
|
attr_accessor :system_prompt_template, :user_input_prompt_template
|
4
|
-
attr_reader :session
|
4
|
+
attr_reader :session, :histories
|
5
5
|
|
6
6
|
def initialize(system_prompt_template: nil, user_input_prompt_template: nil, tools_response_prompt_template: nil, session: Session.new)
|
7
7
|
@system_prompt_template = system_prompt_template || load_system_prompt_default_template
|
data/lib/luogu/version.rb
CHANGED