MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / config

Method config

core/src/errors.rs:140–144  ·  view source on GitHub ↗

Create a new configuration error

(message: impl Into<String>)

Source from the content-addressed store, hash-verified

138impl GraphBitError {
139 /// Create a new configuration error
140 pub fn config(message: impl Into<String>) -> Self {
141 Self::Configuration {
142 message: message.into(),
143 }
144 }
145
146 /// Create a new LLM provider error
147 pub fn llm_provider(provider: impl Into<String>, message: impl Into<String>) -> Self {

Callers 5

chunk_sizeMethod · 0.45
chunk_overlapMethod · 0.45
separatorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected