-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add more AgentOption for react agent and a converter function t… #94
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 160 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
159 | 1 | 0 | 0 |
Click to see the invalid file list
- flow/agent/react/options.go
a682a11
to
0ada0d9
Compare
📊 Coverage Report:
|
0ada0d9
to
ef72225
Compare
compose/graph_call_options.go
Outdated
@@ -80,6 +80,24 @@ func (o Option) DesignateNodeWithPath(path ...*NodePath) Option { | |||
return o | |||
} | |||
|
|||
// DesignateNodePrependPath prepends the prefix to the path of the node(s) to which the option will be applied to. | |||
// Useful when you already have an Option designated to a graph's node, and now you want to add this graph as a subgraph. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这是啥意思,如果你已经给graph node设置了option,现在你想把graph作为子图,那不应该在父图传option吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
挪到 Internal 里面了
…o compose.Option Change-Id: I3a069cd40b5fff9d701b35c4f1d383c303e2387f
ef72225
to
75cf18a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 165 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
163 | 2 | 0 | 0 |
Click to see the invalid file list
- internal/compose/option.go
- internal/flow/agent/option.go
Change-Id: I4fe923cdf2fc8e44ee2e1c895ad93b75ba30b2e9
75cf18a
to
ecebb32
Compare
What type of PR is this?