Skip to content

bug: no SessionConfigOptionValue in the root #86

@setoelkahfi

Description

@setoelkahfi

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 error

Description

DESCRIPTION_HERE

Expected Behavior:
Actual Behavior:

ACP Version

main branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions