-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Summary
When running the examples, got error:
Compiling agent-client-protocol v0.10.2 (/Users/seto.elkahfi/Repositories/rust-sdk/src/agent-client-protocol)
error[E0432]: unresolved import `agent_client_protocol::SessionConfigOptionValue`
--> src/agent-client-protocol/examples/agent.rs:17:55
|
17 | use agent_client_protocol::{self as acp, Client as _, SessionConfigOptionValue};
| ^^^^^^^^^^^^^^^^^^^^^^^^
| |
| no `SessionConfigOptionValue` in the root
| help: a similar name exists in the module: `SessionConfigOption`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `agent-client-protocol` (example "agent") due to 1 previous errorDescription
DESCRIPTION_HERE
Expected Behavior:
Actual Behavior:
ACP Version
main branch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels