Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InfinitiBit/graphbit
/ to_string
Method
to_string
python/src/llm/response.rs:239–241 ·
view source on GitHub ↗
Convert to string for serialization
(&self)
Source
from the content-addressed store, hash-verified
237
238
/// Convert to string for serialization
239
fn to_string(&self) -> String {
240
self.inner.to_string()
241
}
242
}
243
244
impl From<CoreFinishReason> for PyFinishReason {
Callers
15
new
Method · 0.80
from_file
Method · 0.80
from_url
Method · 0.80
parse_encode_result
Function · 0.80
parse_decode_result
Function · 0.80
to_py_error
Function · 0.80
python_error_to_py_err
Function · 0.80
to_py_runtime_error
Function · 0.80
validation_error
Function · 0.80
timeout_error
Function · 0.80
supported_types
Method · 0.80
serde_json_to_py_object
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_embedding_input
Function · 0.64
test_azurellm_provider_creation
Function · 0.64
test_azurellm_provider_with_defaults
Function · 0.64
test_azurellm_supports_function_calling
Function · 0.64
test_codex_model_supports_function_calling_via_responses_api
Function · 0.64
test_responses_api_model_not_treated_as_openai_chat_model
Function · 0.64
test_convert_message_user
Function · 0.64
test_convert_tool
Function · 0.64
stream_request_serializes_include_usage_option
Function · 0.64
test_bytedance_provider_creation
Function · 0.64
test_bytedance_provider_with_base_url
Function · 0.64
test_bytedance_supports_function_calling
Function · 0.64