Rename chat_with_functions to use snake_case (#11020)

This PR renames the `chat-with-functions.rs` example to use snake_case
for the filename, as is convention.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-04-25 21:43:02 -04:00
committed by GitHub
parent 40fe5275cf
commit f8beda0704
@@ -1,4 +1,5 @@
/// This example creates a basic Chat UI with a function for rolling a die.
//! This example creates a basic Chat UI with a function for rolling a die.
use anyhow::{Context as _, Result};
use assets::Assets;
use assistant2::AssistantPanel;